forked from graphhopper/jsprit
-
Notifications
You must be signed in to change notification settings - Fork 0
Benchmark MDVRP
jsprit edited this page Jul 9, 2013
·
62 revisions
This benchmark is based on the instances defined by:
Cordeau, J.-F., Gendreau, M. and Laporte, G. (1997), A tabu search heuristic for periodic and multi-depot vehicle routing problems. Networks, 30: 105–119.
Instances and best-known solutions are collected from http://neo.lcc.uma.es/vrp/vrp-instances/multiple-depot-vrp-instances/.
Loading and using one of the above algorithms is as simple as taking the following two steps:
- Download config-file (open config-file in Browser (just click on config-icon), right click 'Raw' and save target as) and
- Code
VehicleRoutingAlgorithm vra = VehicleRoutingAlgorithms.readAndCreateAlgorithm(yourProblem,"yourPath/downloadedConfigFile.xml")
If you do not know yet how to set up a problem and run an algorithm, please visit Simple Example.
Did you find a better configuration? Report it and you will find yourself in the tables above.