Changes between Version 20 and Version 21 of BluePrint/VehicleRouting


Ignore:
Timestamp:
12/29/14 18:05:06 (10 years ago)
Author:
Adhitya Kamakshidasan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/VehicleRouting

    v20 v21  
    8787The 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
    8888
    89 [[Image(https://github.com/wolfshadow18/Vehicle-Routing-Problem/blob/master/Solved%20Example.png)]]
     89[[Image(https://raw.githubusercontent.com/wolfshadow18/Vehicle-Routing-Problem/master/Solved%20Example.png)]]
    9090 
    9191
     
    9797-       After which, set up a Run configuration, for this project. Please look at the image below. The program arguments, should ideally contain the path of the unsolved file, that you wish to pass to the module.
    9898
    99 [[Image(https://github.com/wolfshadow18/Vehicle-Routing-Problem/blob/master/Run%20Configuration.png)]]
     99[[Image(https://raw.githubusercontent.com/wolfshadow18/Vehicle-Routing-Problem/master/Run%20Configuration.png)]]
    100100 
    101101
     
    108108a)      As solving time of the problem is increased, more efficient results can be obtained.
    109109b)       The file is returned back to the user using the function,  getOutputFile(), which is also present in VehicleRoutingApp.java
    110 
    111110== Planned Implementation ==
    112111