Changes between Version 4 and Version 5 of Documentation/Reference/VehicleRoutingProblem
- Timestamp:
- 09/06/11 13:00:58 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Reference/VehicleRoutingProblem
v4 v5 1 1 = Vehicle Routing Problem = 2 2 The vehicle routing problem (VRP) is a class of problems that frequently occurs in the field of transportation logistics. The original formulation of the problem 3 has been defined in the late 1950ies and consists of a fleet of vehicles serving a set of customers with a certain demand from a single depot. The implementation in HeuristicLab covers the capacitated problem formulation with time windows (CVRPTW). 3 has been defined in the late 1950ies and consists of a fleet of vehicles serving a set of customers with a certain demand from a single depot. The implementation in HeuristicLab covers the capacitated problem formulation with time windows (CVRPTW). Additionally, pickup and delivery formulations are also supported (CVRPTW with pickups and deliveries). 4 4 5 5 == Benchmark instances == 6 6 The following benchmark instances can be imported: 7 * TSPLib format 7 * TSPLib format (CVRP) 8 8 - http://www.branchandcut.org/VRP/data/ (12-261 customers, includes optimal solution files) 9 9 - http://www.rhsmith.umd.edu/faculty/bgolden/Golden.zip (~200-500 customers) 10 10 - http://www.rhsmith.umd.edu/faculty/bgolden/Christofides_benchmarks.zip (50-200 customers) 11 11 12 * Solomon format 12 * Solomon format (CVRPTW) 13 13 - http://neo.lcc.uma.es/radi-aeb/WebVRP/data/instances/solomon/solomon_100.zip (100 customers) 14 14 - http://www.fernuni-hagen.de/WINF/touren/inhalte/probinst.htm (200-1000 customers) 15 15 16 * ORLib format 16 * ORLib format (CVRP) 17 17 - http://people.brunel.ac.uk/~mastjjb/jeb/orlib/files/ 18 19 * Li & Lim format (CVRPTW with pickups and deliveries) 20 - http://www.sintef.no/Projectweb/TOP/Problems/PDPTW/Li--Lim-benchmark/ 18 21 19 22 == File formats ==