Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the difference between this algorithm and MCF #10

Open
insar-dev opened this issue Dec 27, 2024 · 2 comments
Open

the difference between this algorithm and MCF #10

insar-dev opened this issue Dec 27, 2024 · 2 comments

Comments

@insar-dev
Copy link

May I ask what is the difference between this algorithm and MCF.

@yoyolicoris
Copy link
Owner

Hi @insar-dev , thanks for stopping by.
There are some discussions on this in previous issues #2 #9 .
Basically, if simplices are given, kamui runs MCF using linear programming.
I guess you were comparing kamui with my old repo where I used networkx to compute MCF.
The cost functions are the same, but the solvers are different.

Depending on your use cases, their computational cost might be different as well.

@insar-dev
Copy link
Author

From my experience, the old repository's use of OR-Tools for MCF is better than the current one.
URL:https://github.com/yoyolicoris/phase-unwrapping

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants