Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
ortools.constraint_solver.pywrapcp.RoutingDimension Member List

This is the complete list of members for ortools.constraint_solver.pywrapcp.RoutingDimension, including all inherited members.

__init__(self, *args, **kwargs)ortools.constraint_solver.pywrapcp.RoutingDimension
AddNodePrecedence(self, first_node, second_node, offset)ortools.constraint_solver.pywrapcp.RoutingDimension
base_dimension(self)ortools.constraint_solver.pywrapcp.RoutingDimension
CumulVar(self, index)ortools.constraint_solver.pywrapcp.RoutingDimension
FixedTransitVar(self, index)ortools.constraint_solver.pywrapcp.RoutingDimension
GetCumulVarSoftLowerBound(self, index)ortools.constraint_solver.pywrapcp.RoutingDimension
GetCumulVarSoftLowerBoundCoefficient(self, index)ortools.constraint_solver.pywrapcp.RoutingDimension
GetCumulVarSoftUpperBound(self, index)ortools.constraint_solver.pywrapcp.RoutingDimension
GetCumulVarSoftUpperBoundCoefficient(self, index)ortools.constraint_solver.pywrapcp.RoutingDimension
GetGlobalOptimizerOffset(self)ortools.constraint_solver.pywrapcp.RoutingDimension
GetLocalOptimizerOffsetForVehicle(self, vehicle)ortools.constraint_solver.pywrapcp.RoutingDimension
GetPostTravelEvaluatorOfVehicle(self, vehicle)ortools.constraint_solver.pywrapcp.RoutingDimension
GetPreTravelEvaluatorOfVehicle(self, vehicle)ortools.constraint_solver.pywrapcp.RoutingDimension
GetQuadraticCostSoftSpanUpperBoundForVehicle(self, vehicle)ortools.constraint_solver.pywrapcp.RoutingDimension
GetSlackCostCoefficientForVehicle(self, vehicle)ortools.constraint_solver.pywrapcp.RoutingDimension
GetSoftSpanUpperBoundForVehicle(self, vehicle)ortools.constraint_solver.pywrapcp.RoutingDimension
GetSpanCostCoefficientForVehicle(self, vehicle)ortools.constraint_solver.pywrapcp.RoutingDimension
GetSpanUpperBoundForVehicle(self, vehicle)ortools.constraint_solver.pywrapcp.RoutingDimension
GetTransitValue(self, from_index, to_index, vehicle)ortools.constraint_solver.pywrapcp.RoutingDimension
GetTransitValueFromClass(self, from_index, to_index, vehicle_class)ortools.constraint_solver.pywrapcp.RoutingDimension
global_span_cost_coefficient(self)ortools.constraint_solver.pywrapcp.RoutingDimension
HasBreakConstraints(self)ortools.constraint_solver.pywrapcp.RoutingDimension
HasCumulVarSoftLowerBound(self, index)ortools.constraint_solver.pywrapcp.RoutingDimension
HasCumulVarSoftUpperBound(self, index)ortools.constraint_solver.pywrapcp.RoutingDimension
HasPickupToDeliveryLimits(self)ortools.constraint_solver.pywrapcp.RoutingDimension
HasQuadraticCostSoftSpanUpperBounds(self)ortools.constraint_solver.pywrapcp.RoutingDimension
HasSoftSpanUpperBounds(self)ortools.constraint_solver.pywrapcp.RoutingDimension
InitializeBreaks(self)ortools.constraint_solver.pywrapcp.RoutingDimension
model(self)ortools.constraint_solver.pywrapcp.RoutingDimension
name(self)ortools.constraint_solver.pywrapcp.RoutingDimension
SetBreakDistanceDurationOfVehicle(self, distance, duration, vehicle)ortools.constraint_solver.pywrapcp.RoutingDimension
SetBreakIntervalsOfVehicle(self, breaks, vehicle, node_visit_transits)ortools.constraint_solver.pywrapcp.RoutingDimension
SetCumulVarSoftLowerBound(self, index, lower_bound, coefficient)ortools.constraint_solver.pywrapcp.RoutingDimension
SetCumulVarSoftUpperBound(self, index, upper_bound, coefficient)ortools.constraint_solver.pywrapcp.RoutingDimension
SetGlobalSpanCostCoefficient(self, coefficient)ortools.constraint_solver.pywrapcp.RoutingDimension
SetPickupToDeliveryLimitFunctionForPair(self, limit_function, pair_index)ortools.constraint_solver.pywrapcp.RoutingDimension
SetQuadraticCostSoftSpanUpperBoundForVehicle(self, bound_cost, vehicle)ortools.constraint_solver.pywrapcp.RoutingDimension
SetSlackCostCoefficientForAllVehicles(self, coefficient)ortools.constraint_solver.pywrapcp.RoutingDimension
SetSlackCostCoefficientForVehicle(self, coefficient, vehicle)ortools.constraint_solver.pywrapcp.RoutingDimension
SetSoftSpanUpperBoundForVehicle(self, bound_cost, vehicle)ortools.constraint_solver.pywrapcp.RoutingDimension
SetSpanCostCoefficientForAllVehicles(self, coefficient)ortools.constraint_solver.pywrapcp.RoutingDimension
SetSpanCostCoefficientForVehicle(self, coefficient, vehicle)ortools.constraint_solver.pywrapcp.RoutingDimension
SetSpanUpperBoundForVehicle(self, upper_bound, vehicle)ortools.constraint_solver.pywrapcp.RoutingDimension
ShortestTransitionSlack(self, node)ortools.constraint_solver.pywrapcp.RoutingDimension
SlackVar(self, index)ortools.constraint_solver.pywrapcp.RoutingDimension
thisownortools.constraint_solver.pywrapcp.RoutingDimensionstatic
TransitVar(self, index)ortools.constraint_solver.pywrapcp.RoutingDimension