Changes between Version 24 and Version 25 of BluePrint/VehicleRouting
- Timestamp:
- 12/29/14 18:19:59 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/VehicleRouting
v24 v25 75 75 This implementation is entirely based on the examples provided by OptaPlanner, over here (https://github.com/droolsjbpm/optaplanner/tree/master/optaplanner-examples/src/main/java/org/optaplanner/examples/vehiclerouting) 76 76 77 The main method of this module is present at: Sahana/examples/sources/src/main/java/org/optaplanner/examples/vehiclerouting/app/VehicleRoutingApp.java77 The main method of this module is present at: https://github.com/wolfshadow18/Vehicle-Routing-Problem/blob/master/Sahana-Final/Sahana/examples/sources/src/main/java/org/optaplanner/examples/vehiclerouting/app/VehicleRoutingApp.java 78 78 79 79 This main method takes an argument, which is a path for an unsolved Capacitated Vehicle Routing Problem, which is in the form of a XML file.