| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
SolverManager.addVehicle(PlanningVehicle vehicle) |
(package private) void |
SolverManager.changeCapacity(PlanningVehicle vehicle) |
(package private) void |
SolverManager.removeVehicle(PlanningVehicle vehicle) |
| Constructor and Description |
|---|
AddVehicle(PlanningVehicle vehicle) |
ChangeVehicleCapacity(PlanningVehicle vehicle) |
RemoveVehicle(PlanningVehicle removedVehicle) |
| Modifier and Type | Method and Description |
|---|---|
static PlanningVehicle |
PlanningVehicleFactory.fromDomain(Vehicle domainVehicle)
Create planning vehicle from domain vehicle.
|
PlanningVehicle |
PlanningVisit.getVehicle() |
static PlanningVehicle |
PlanningVehicleFactory.testVehicle(long id)
Create a testing vehicle with zero capacity.
|
static PlanningVehicle |
PlanningVehicleFactory.testVehicle(long id,
int capacity)
Create a testing vehicle with capacity.
|
| Modifier and Type | Method and Description |
|---|---|
List<PlanningVehicle> |
VehicleRoutingSolution.getVehicleList() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlanningVisit.setVehicle(PlanningVehicle vehicle) |
| Modifier and Type | Method and Description |
|---|---|
void |
VehicleRoutingSolution.setVehicleList(List<PlanningVehicle> vehicleList) |
static VehicleRoutingSolution |
SolutionFactory.solutionFromVisits(List<PlanningVehicle> vehicles,
PlanningDepot depot,
List<PlanningVisit> visits)
Create a new solution from given vehicles, depot and visits.
|
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.