Changes between Version 20 and Version 21 of BluePrint/VehicleRouting
- Timestamp:
- 12/29/14 18:05:06 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/VehicleRouting
v20 v21 87 87 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 88 88 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)]] 90 90 91 91 … … 97 97 - 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. 98 98 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)]] 100 100 101 101 … … 108 108 a) As solving time of the problem is increased, more efficient results can be obtained. 109 109 b) The file is returned back to the user using the function, getOutputFile(), which is also present in VehicleRoutingApp.java 110 111 110 == Planned Implementation == 112 111