-
Notifications
You must be signed in to change notification settings - Fork 344
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
questions about how to model CVRP constraints #59
Comments
Hi! Thanks for your compliments. I'm not sure what you mean exactly, if you refer to split delivery VRP, I don't have a solution for modelling that as a MIP which is the reason why in the paper we don't have Gurobi as a baseline for SDVRP. |
Hi, I do not have an implementation for Gurobi as the number is reported from https://arxiv.org/pdf/1802.04240.pdf, see 'Optimal' in table 2 in appendix C.2. However, you can find some implementations here: https://github.com/ruthmair/vrp/blob/main/cvrp.ipynb. I didn't test them but they are made by Gurobi staff so I think they are good. |
Thanks very much! |
Hello,
Fisrt of all , I really admire your work and repository. I am very curious about how to model the condition that a vehicle meets the needs of all customers by repeatedly shipping goods into a MIP constraint? I'm having some difficulty with this. If it is convenient, can you provide the Gurobi code. Maybe I can find the answer from it.
The text was updated successfully, but these errors were encountered: