Changes between Version 5 and Version 6 of Documentation/Reference/VehicleRoutingProblem
- Timestamp:
- 09/06/11 13:09:14 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Reference/VehicleRoutingProblem
v5 v6 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). Additionally, pickup and delivery formulations are also supported (CVRPTW with pickups and deliveries).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, in version 3.4 pickup and delivery formulations are also supported (CVRPTW with pickups and deliveries). 4 4 5 5 == Benchmark instances == … … 17 17 - http://people.brunel.ac.uk/~mastjjb/jeb/orlib/files/ 18 18 19 * Li & Lim format (CVRPTW with pickups and deliveries) 19 * Li & Lim format (CVRPTW with pickups and deliveries) - only available in plugin version 3.4 20 20 - http://www.sintef.no/Projectweb/TOP/Problems/PDPTW/Li--Lim-benchmark/ 21 21