| org.optaweb.vehiclerouting |
Root package with SpringBootApplication.
|
| org.optaweb.vehiclerouting.domain |
Domain model.
|
| org.optaweb.vehiclerouting.plugin.persistence |
Persistence infrastructure.
|
| org.optaweb.vehiclerouting.plugin.planner |
Route optimization.
|
| org.optaweb.vehiclerouting.plugin.planner.change |
ProblemFactChange implementations.
|
| org.optaweb.vehiclerouting.plugin.planner.domain |
Domain model adjusted for OptaPlanner.
|
| org.optaweb.vehiclerouting.plugin.planner.weight |
|
| org.optaweb.vehiclerouting.plugin.routing |
Provides information based on geographical data, for example fastest and shortest distances between locations.
|
| org.optaweb.vehiclerouting.plugin.websocket |
Network communication over WebSocket.
|
| org.optaweb.vehiclerouting.service.demo |
Demo data set loading and exporting.
|
| org.optaweb.vehiclerouting.service.demo.dataset |
Data set marshalling and unmarshalling.
|
| org.optaweb.vehiclerouting.service.distance |
Distance matrix calculation.
|
| org.optaweb.vehiclerouting.service.location |
|
| org.optaweb.vehiclerouting.service.region |
Provides information about the application's working region.
|
| org.optaweb.vehiclerouting.service.reload |
|
| org.optaweb.vehiclerouting.service.route |
|
| org.optaweb.vehiclerouting.service.vehicle |
|