74 | | This implementation is entirely based on OptaPlanner. |
75 | | The main method of this module is present at - |
76 | | Sahana/examples/sources/src/main/java/org/optaplanner/examples/vehiclerouting/app/VehicleRoutingApp.java |
77 | | This main method takes an argument. This argument is a path for an unsolved Capacitated Vehicle Routing Problem, which is in the form of a XML file. |
| 74 | |
| 75 | This implementation is entirely based on OptaPlanner |
| 76 | |
| 77 | The main method of this module is present at: Sahana/examples/sources/src/main/java/org/optaplanner/examples/vehiclerouting/app/VehicleRoutingApp.java |
| 78 | |
| 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. |
| 80 | |