Changes between Version 23 and Version 24 of BluePrint/VehicleRouting
- Timestamp:
- 12/29/14 18:14:38 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/VehicleRouting
v23 v24 73 73 == Current Implementation == 74 74 75 This implementation is entirely based on OptaPlanner75 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 77 The main method of this module is present at: Sahana/examples/sources/src/main/java/org/optaplanner/examples/vehiclerouting/app/VehicleRoutingApp.java