Changes between Version 16 and Version 17 of BluePrint/VehicleRouting
- Timestamp:
- 11/04/14 07:34:50 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/VehicleRouting
v16 v17 4 4 == Introduction == 5 5 6 The Vehicle Routing Problem (VRP), tries to optimise the transportation of resources from a warehouse, to various other shelters, based on a variety of factors.6 Vehicle Routing tries to determine possible (optimal) routes for the transportation of resources from warehouses to facilities. 7 7 8 Another motivation of this module, is to provide an appropriate planning mechanism, for the users involved. 8 Problem class definitions: 9 9 10 The main aim, of this module, is to get rid of any manual calculations, during this optimisation. 11 12 This solution results in: 13 14 * Better management of routing vehicles 15 * Route planning for resources 16 17 This module is basically an extension of this problem: http://en.wikipedia.org/wiki/Vehicle_routing_problem 18 10 * http://en.wikipedia.org/wiki/Vehicle_routing_problem 11 * http://neo.lcc.uma.es/vrp/vehicle-routing-problem 19 12 == Stakeholders == 20 13