| Package | Description |
|---|---|
| com.graphhopper.jsprit.core.problem |
| Modifier and Type | Method and Description |
|---|---|
VehicleRoutingProblem.FleetSize |
VehicleRoutingProblem.getFleetSize()
Returns type of fleetSize, either INFINITE or FINITE.
|
static VehicleRoutingProblem.FleetSize |
VehicleRoutingProblem.FleetSize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VehicleRoutingProblem.FleetSize[] |
VehicleRoutingProblem.FleetSize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
VehicleRoutingProblem.Builder |
VehicleRoutingProblem.Builder.setFleetSize(VehicleRoutingProblem.FleetSize fleetSize)
Sets the type of fleetSize.
|
Copyright © 2013–2024. All rights reserved.