-
Notifications
You must be signed in to change notification settings - Fork 22
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
Only two routes? #1
Comments
Hi @olushako, VRP algorithm generates routes that should be adjusted to the available fleet of trucks in order to get minimum costs. I set up the VRP algorithm in order to generates two routes only:
So you can set up the environments here:
|
thanks Fernando for your reply. I have added additional 4 trucks (like example), but still this is dividing it only for two routes... until and after frontier.. maybe because of trucks[0]... or do you mean to to execute VRP_PROBLEM for all trucks? but it will not balanced in the system and synchronized... |
I am trying to test the model with more trucks with limited capacity, but the model continuously separating optimization for two parts: truck1 and rest. Can we somehow generate more routes for more trucks?
The text was updated successfully, but these errors were encountered: