-
Notifications
You must be signed in to change notification settings - Fork 13
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
Network Interdiction algorithms #5
Comments
I implemented (including tests) some of the algorithms according to the previous post. For the moment I provided dummy functions for the empty boxes cases. Would it be OK to have a PR checked and eventually merged for the current work ? I will work the rest out during September, but I would like to share this my team for experimental results and also refer to LightGraphs/LightGraphsExtras for the implementation in an article. |
Sure - I think this is appropriate. If you're using JuMP or any other non-core, non-leaf package, then LGExtras is the right place for this. |
@sbromberger sorry, I totally missed the notifications. I am currently waiting for a colleague to take care of the last two points of this issue, but he obviously isn't doing it. I will take care of those eventually, but I guess it is fine to close the issue. We can reopen it if necessary at some point. |
Let's keep it open - there's no problem with that. When you get to it, we can close. |
As mentioned in issue #400, LightGraphs.jl, I would like to add some algorithms to compute Network Interdiction flows.
As a mid-term objective it would be:
There are a couple of other algorithms available also in the academic literature, but I don't plan to add them before a while.
The text was updated successfully, but these errors were encountered: