Changes between Version 28 and Version 29 of BluePrint/VehicleRouting
- Timestamp:
- 12/29/14 18:25:10 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/VehicleRouting
v28 v29 79 79 This main method takes an argument, which is a path for an unsolved Capacitated Vehicle Routing Problem, which is in the form of an XML file. 80 80 81 Examples of unsolved XML files, can be seen here: https://github.com/wolfshadow18/Vehicle-Routing-Problem/tree/master/Sahana-Final/Sahana/examples/data/vehiclerouting 81 Examples of unsolved XML files, can be seen here: https://github.com/wolfshadow18/Vehicle-Routing-Problem/tree/master/Sahana-Final/Sahana/examples/data/vehiclerouting[[BR]] 82 82 This unsolved XML file has the following main attributes: 83 83 - Location List (Longitude and Latitude) … … 86 86 - Customer List (Stating the Demand of each of the locations) 87 87 88 When such an XML file is passed to the module it returns back a Solved XML file, which is stored in the same directory as the unsolved file, which was passed earlier, with the prefix – “solved-” 89 This XML file, has to be parsed by the modules in Sahana, and should be utilised upon. 88 When such an XML file is passed to the module it returns back a Solved XML file, which is stored in the same directory as the unsolved file, which was passed earlier, with the prefix – “solved-”[[BR]] 89 This XML file, has to be parsed by the modules in Sahana, and should be utilised upon.[[BR]] 90 90 The final Solved file, diagrammatically, looks similar to this. This Solved file, tells which Vehicle should go to which Location(s), in which order. Such an example, can be seen here: https://github.com/wolfshadow18/Vehicle-Routing-Problem/blob/master/Sahana-Final/Sahana/examples/data/vehiclerouting/solved-cvrp-72customers.xml 91 91