Changes between Version 33 and Version 34 of BluePrint/VehicleRouting


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

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/VehicleRouting

    v33 v34  
    9191When 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]]
    9292This XML file, has to be parsed by the modules in Sahana (''tbc'').[[BR]]
    93 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
     93The final Solved file, diagrammatically, looks similar to this. This Solved file, tells which Vehicle should go to which Location(s), in which order. An example can be seen here:
     94* https://github.com/wolfshadow18/Vehicle-Routing-Problem/blob/master/Sahana-Final/Sahana/examples/data/vehiclerouting/solved-cvrp-72customers.xml
    9495
    9596[[Image(https://raw.githubusercontent.com/wolfshadow18/Vehicle-Routing-Problem/master/Solved%20Example.png)]]