-
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
(Elementary) shortest path problem with resource constraints #50
Comments
Indeed a simple shortest path can be used but only for some bounds. This problem has the following additional constraints (as well as others to enforce elementary paths): |
Yep, I mean we could do away with the min-cost-flow based implementation and only implement the more complex resource-constrained model. If re-using the |
Ok, then I will take it from here. |
@ruthmair @torressa FYI I removed the current shortest path implementation & docs from the main repo, and re-instated it on the branch simonbowly/rcsp, so you can use it as a starting point for docs and tests of a resource-constrained version. |
I guess the public/private issue also made the rcsp fork unusable? This is no issue at all, I can just start with a new fork. |
Yeah, new fork required I'm afraid, sorry about that. |
@ruthmair Are you still working on this? Simon has given us the OK on writing a VRP mod! 😈 |
I still need to start working on this, but it is on my list. |
Yeah, why not? Would you say the formulation is better? We could have mod based on the formulation(s), or even better formulation(s) + heuristic to insert solutions via callback |
Why this Mod?
What will the API be?
Additional context
The text was updated successfully, but these errors were encountered: