| Constructor and Description |
|---|
LocalActivityInsertionCostsCalculator(VehicleRoutingTransportCosts routingCosts,
VehicleRoutingActivityCosts actCosts,
RouteAndActivityStateGetter stateManager) |
ShipmentInsertionCalculatorFlex(VehicleRoutingTransportCosts routingCosts,
VehicleRoutingActivityCosts activityCosts,
ActivityInsertionCostsCalculator activityInsertionCostsCalculator,
ConstraintManager constraintManager) |
VariableTransportCostCalculator(VehicleRoutingTransportCosts routingCosts,
VehicleRoutingActivityCosts activityCosts) |
| Constructor and Description |
|---|
DBSCANClusterer(VehicleRoutingTransportCosts costs) |
| Constructor and Description |
|---|
AvgServiceAndShipmentDistance(VehicleRoutingTransportCosts costs) |
AvgServiceDistance(VehicleRoutingTransportCosts costs) |
| Constructor and Description |
|---|
UpdateFutureWaitingTimes(StateManager states,
VehicleRoutingTransportCosts tpCosts) |
UpdateVariableCosts(VehicleRoutingActivityCosts activityCost,
VehicleRoutingTransportCosts transportCost,
StateManager states)
Updates total costs (i.e.
|
UpdateVariableCosts(VehicleRoutingActivityCosts activityCosts,
VehicleRoutingTransportCosts transportCosts,
StateManager stateManager,
ActivityTimeTracker.ActivityPolicy activityPolicy) |
UpdateVehicleDependentPracticalTimeWindows(StateManager stateManager,
VehicleRoutingTransportCosts tpCosts,
VehicleRoutingActivityCosts activityCosts) |
| Modifier and Type | Method and Description |
|---|---|
VehicleRoutingTransportCosts |
VehicleRoutingProblem.getTransportCosts()
Returns routing costs.
|
| Modifier and Type | Method and Description |
|---|---|
VehicleRoutingProblem.Builder |
VehicleRoutingProblem.Builder.setRoutingCost(VehicleRoutingTransportCosts costs)
Sets routing costs.
|
| Constructor and Description |
|---|
VehicleDependentTimeWindowConstraints(RouteAndActivityStateGetter states,
VehicleRoutingTransportCosts routingCosts,
VehicleRoutingActivityCosts activityCosts) |
| 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.