Changes between Version 10 and Version 11 of Documentation/Reference/VehicleRoutingProblem
- Timestamp:
- 07/01/14 09:37:06 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Reference/VehicleRoutingProblem
v10 v11 1 [[PageOutline]] 1 2 = Vehicle Routing Problem = 2 3 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 … … 74 75 Depending on the VRP variant you often need multiple extension points. For example, if you implement a new {{{ProblemInstance}}} you probably need to implement a new {{{Evaluator}}} to interpret the additional data. 75 76 76 = miscellaneous = 77 78 The following figure contains a more detailed overview on how derived components integrate in the VRP design and how the components are grouped in different packages: 77 The following figure contains a more detailed overview on the relationships and dependencies in the VRP design and how the components are grouped in different packages: 79 78 80 79 [[Image(2_StaticVrpOverview_Full.png, 100%)]]