Changes between Version 28 and Version 29 of BluePrint/VehicleRouting


Ignore:
Timestamp:
12/29/14 18:25:10 (10 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/VehicleRouting

    v28 v29  
    7979This 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.
    8080
    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
     81Examples of unsolved XML files, can be seen here: https://github.com/wolfshadow18/Vehicle-Routing-Problem/tree/master/Sahana-Final/Sahana/examples/data/vehiclerouting[[BR]]
    8282This unsolved XML file has the following main attributes:
    8383- Location List (Longitude and Latitude)
     
    8686- Customer List (Stating the Demand of each of the locations)
    8787
    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.
     88When 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]]
     89This XML file, has to be parsed by the modules in Sahana, and should be utilised upon.[[BR]]
    9090The 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
    9191