| Package | Description |
|---|---|
| org.optaweb.vehiclerouting.domain |
Domain model.
|
| Modifier and Type | Method and Description |
|---|---|
List<RouteWithTrack> |
RoutingPlan.routes()
Routes of all vehicles in the depot.
|
| Constructor and Description |
|---|
RoutingPlan(Distance distance,
List<Vehicle> vehicles,
Location depot,
List<Location> visits,
List<RouteWithTrack> routes)
Create a routing plan.
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.