-
Notifications
You must be signed in to change notification settings - Fork 33
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
Implement max flow and min cut #96
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@torressa looking good! I made some adjustments to the docstrings and doctests to align with changes we made to the rest of the mods. Please see my comments for some further changes I think are needed here.
Some dataset and min_cost_flow functions were renamed on main.
e49ce97
to
7f768bf
Compare
@simonbowly I think I've addressed most comments and may have messed up the commits again. |
@torressa sorry for the delay on this one. I have a couple more suggestions:
|
It is, yeah, but I need the dual values for the constraints, and it's easier to access this separately. Otherwise I can't see how to do it without modifying a lot of stuff. |
Description
Continuation of #51.
For a new Mod contribution, please include the issue number for the Mod proposal and check through the list below.
Checklist
gurobi_optimods
installable packagetests/
gurobi_optimods.datasets
for loading data)Have a nice day!