Changes between Version 25 and Version 26 of BluePrint/VehicleRouting
- Timestamp:
- 12/29/14 18:20:53 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/VehicleRouting
v25 v26 73 73 == Current Implementation == 74 74 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)75 This implementation is entirely based on the examples provided by !OptaPlanner: https://github.com/droolsjbpm/optaplanner/tree/master/optaplanner-examples/src/main/java/org/optaplanner/examples/vehiclerouting 76 76 77 77 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