| Constructor and Description |
|---|
UpdateMaxTimeInVehicle(StateManager stateManager,
StateId slackTimeId,
TransportTime transportTime,
VehicleRoutingActivityCosts activityCosts,
StateId openJobsId) |
| Constructor and Description |
|---|
MaxTimeInVehicleConstraint(TransportTime transportTime,
VehicleRoutingActivityCosts activityCosts,
StateId minSlackId,
StateManager stateManager,
VehicleRoutingProblem vrp,
StateId openJobsId) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
VehicleRoutingTransportCosts
Interface for transportCost and transportTime.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractForwardVehicleRoutingTransportCosts |
| Modifier and Type | Class and Description |
|---|---|
class |
CrowFlyCosts |
class |
EuclideanCosts |
class |
FastVehicleRoutingTransportCostsMatrix
CostMatrix that allows pre-compiled time and distance-matrices to be considered as
VehicleRoutingTransportCosts
in the VehicleRoutingProblem. |
class |
GreatCircleCosts |
class |
ManhattanCosts |
class |
VehicleRoutingTransportCostsMatrix
CostMatrix that allows pre-compiled time and distance-matrices to be considered as
VehicleRoutingTransportCosts
in the VehicleRoutingProblem. |
Copyright © 2013–2019. All rights reserved.