| Package | Description |
|---|---|
| org.optaweb.vehiclerouting.plugin.planner.domain |
Domain model adjusted for OptaPlanner.
|
| Modifier and Type | Method and Description |
|---|---|
PlanningDepot |
PlanningVehicle.getDepot() |
| Modifier and Type | Method and Description |
|---|---|
List<PlanningDepot> |
VehicleRoutingSolution.getDepotList() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlanningVehicle.setDepot(PlanningDepot depot) |
static VehicleRoutingSolution |
SolutionFactory.solutionFromVisits(List<PlanningVehicle> vehicles,
PlanningDepot depot,
List<PlanningVisit> visits)
Create a new solution from given vehicles, depot and visits.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VehicleRoutingSolution.setDepotList(List<PlanningDepot> depotList) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.