Changes between Version 23 and Version 24 of BluePrint/VehicleRouting


Ignore:
Timestamp:
12/29/14 18:14:38 (10 years ago)
Author:
Adhitya Kamakshidasan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/VehicleRouting

    v23 v24  
    7373== Current Implementation ==
    7474
    75 This implementation is entirely based on OptaPlanner
     75This 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)
    7676
    7777The main method of this module is present at: Sahana/examples/sources/src/main/java/org/optaplanner/examples/vehiclerouting/app/VehicleRoutingApp.java