Changes between Version 29 and Version 30 of BluePrint/VehicleRouting
- Timestamp:
- 12/29/14 18:53:50 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/VehicleRouting
v29 v30 82 82 This unsolved XML file has the following main attributes: 83 83 - Location List (Longitude and Latitude) 84 - DepotList (With a reference to a Location in the Location List)84 - Warehouse List (With a reference to a Location in the Location List) 85 85 - Vehicle List (Stating the Capacity and the location of the Vehicle) 86 86 - Customer List (Stating the Demand of each of the locations) … … 91 91 92 92 [[Image(https://raw.githubusercontent.com/wolfshadow18/Vehicle-Routing-Problem/master/Solved%20Example.png)]] 93 94 93 95 To Test the module, p lease perform the following steps.94 To Test the module, perform the following steps: 96 95 * Download a copy of the module, which is currently being hosted at, https://github.com/wolfshadow18/Vehicle-Routing-Problem/ 97 96 * Download IntelliJ Idea/ Netbeans. It is recommended to use the former.