| __init__(self, *args) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| ActiveVar(self, index) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| ActiveVehicleVar(self, vehicle) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| AddAtSolutionCallback(self, callback, track_unchecked_neighbors=False) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| AddConstantDimension(self, value, capacity, fix_start_cumul_to_zero, name) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| AddConstantDimensionWithSlack(self, value, capacity, slack_max, fix_start_cumul_to_zero, name) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| AddDimension(self, evaluator_index, slack_max, capacity, fix_start_cumul_to_zero, name) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| AddDimensionWithCumulDependentVehicleTransitAndCapacity(self, fixed_evaluator_indices, cumul_dependent_evaluator_indices, slack_max, vehicle_capacities, fix_start_cumul_to_zero, name) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| AddDimensionWithVehicleCapacity(self, evaluator_index, slack_max, vehicle_capacities, fix_start_cumul_to_zero, name) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| AddDimensionWithVehicleTransitAndCapacity(self, evaluator_indices, slack_max, vehicle_capacities, fix_start_cumul_to_zero, name) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| AddDimensionWithVehicleTransits(self, evaluator_indices, slack_max, capacity, fix_start_cumul_to_zero, name) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| AddDisjunction(self, *args) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| ADDED_TYPE_REMOVED_FROM_VEHICLE | ortools.constraint_solver.pywrapcp.RoutingModel | static |
| AddEnterSearchCallback(self, callback) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| AddHardTypeIncompatibility(self, type1, type2) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| AddIntervalToAssignment(self, interval) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| AddLocalSearchFilter(self, filter) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| AddLocalSearchOperator(self, ls_operator) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| AddMatrixDimension(self, values, capacity, fix_start_cumul_to_zero, name) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| AddPickupAndDelivery(self, pickup, delivery) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| AddPickupAndDeliverySets(self, pickup_disjunction, delivery_disjunction) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| AddRequiredTypeAlternativesWhenAddingType(self, dependent_type, required_type_alternatives) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| AddRequiredTypeAlternativesWhenRemovingType(self, dependent_type, required_type_alternatives) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| AddRestoreDimensionValuesResetCallback(self, callback) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| AddRouteConstraint(self, route_evaluator, costs_are_homogeneous_across_vehicles=False) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| AddSameVehicleRequiredTypeAlternatives(self, dependent_type, required_type_alternatives) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| AddSearchMonitor(self, monitor) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| AddSoftSameVehicleConstraint(self, indices, cost) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| AddTemporalTypeIncompatibility(self, type1, type2) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| AddToAssignment(self, var) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| AddVariableMaximizedByFinalizer(self, var) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| AddVariableMinimizedByFinalizer(self, var) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| AddVariableTargetToFinalizer(self, var, target) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| AddVectorDimension(self, values, capacity, fix_start_cumul_to_zero, name) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| AddWeightedVariableMaximizedByFinalizer(self, var, cost) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| AddWeightedVariableMinimizedByFinalizer(self, var, cost) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| AddWeightedVariableTargetToFinalizer(self, var, target, cost) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| ApplyLocks(self, locks) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| ApplyLocksToAllVehicles(self, locks, close_routes) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| ArcIsMoreConstrainedThanArc(self, _from, to1, to2) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| AreRoutesInterdependent(self, parameters) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| AssignmentToRoutes(self, assignment, routes) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| CancelSearch(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| CheckIfAssignmentIsFeasible(self, assignment, call_at_solution_monitors) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| CheckLimit(self, *args) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| CloseModel(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| CloseModelWithParameters(self, search_parameters) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| CompactAndCheckAssignment(self, assignment) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| CompactAssignment(self, assignment) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| ComputeLowerBound(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| CostsAreHomogeneousAcrossVehicles(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| CostVar(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| CumulDependentTransitCallback(self, callback_index) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| DebugOutputAssignment(self, solution_assignment, dimension_to_print) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| enable_deep_serialization(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| End(self, vehicle) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| FastSolveFromAssignmentWithParameters(self, assignment, search_parameters, check_solution_in_cp, touched=None) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetAllDimensionNames(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetAmortizedLinearCostFactorOfVehicles(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetAmortizedQuadraticCostFactorOfVehicles(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetArcCostForClass(self, from_index, to_index, cost_class_index) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetArcCostForFirstSolution(self, from_index, to_index) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetArcCostForVehicle(self, from_index, to_index, vehicle) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetAutomaticFirstSolutionStrategy(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetCostClassesCount(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetCostClassIndexOfVehicle(self, vehicle) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetDeliveryPosition(self, node_index) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetDepot(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetDimensionOrDie(self, dimension_name) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetDimensionResourceGroupIndex(self, dimension) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetDimensionResourceGroupIndices(self, dimension) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetDimensions(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetDimensionsWithGlobalCumulOptimizers(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetDimensionsWithLocalCumulOptimizers(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetDimensionsWithSoftOrSpanCosts(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetDisjunctionIndices(self, index) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetDisjunctionMaxCardinality(self, index) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetDisjunctionPenalty(self, index) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetDisjunctionPenaltyCostBehavior(self, index) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetFirstMatchingPickupDeliverySibling(self, node, is_match) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetFirstSolutionHint(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetFixedCostOfVehicle(self, vehicle) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetHardTypeIncompatibilitiesOfType(self, type) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetHomogeneousCost(self, from_index, to_index) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetMaximumNumberOfActiveVehicles(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetMutableCPInterrupt(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetMutableCPSatInterrupt(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetMutableDimension(self, dimension_name) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetMutableGlobalCumulLPOptimizer(self, dimension) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetMutableGlobalCumulMPOptimizer(self, dimension) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetMutableLocalCumulLPOptimizer(self, dimension) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetMutableLocalCumulMPOptimizer(self, dimension) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetNonZeroCostClassesCount(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetNumberOfDecisionsInFirstSolution(self, search_parameters) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetNumberOfDisjunctions(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetNumberOfRejectsInFirstSolution(self, search_parameters) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetNumberOfVisitTypes(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetNumOfSingletonNodes(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetOrCreateNodeNeighborsByCostClass(self, *args) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetPairIndicesOfType(self, type) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetPathsMetadata(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetPerfectBinaryDisjunctions(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetPickupAndDeliveryPolicyOfVehicle(self, vehicle) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetPickupPosition(self, node_index) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetPrimaryConstrainedDimension(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetRequiredTypeAlternativesWhenAddingType(self, type) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetRequiredTypeAlternativesWhenRemovingType(self, type) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetResourceGroup(self, rg_index) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetRouteCost(self, route) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetSameActivityGroupOfIndex(self, node) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetSameActivityGroupsCount(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetSameActivityIndicesOfGroup(self, group) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetSameActivityIndicesOfIndex(self, node) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetSameVehicleClassArcs(self, from_index, to_index) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetSameVehicleIndicesOfIndex(self, node) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetSameVehicleRequiredTypeAlternativesOfType(self, type) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetSingleNodesOfType(self, type) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetTemporalTypeIncompatibilitiesOfType(self, type) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetUnaryDimensions(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetVehicleClassesCount(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetVehicleClassIndexOfVehicle(self, vehicle) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetVehicleOfClass(self, vehicle_class) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetVehiclesOfSameClass(self, start_end_index) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetVehicleTypeContainer(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetVisitType(self, index) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| GetVisitTypePolicy(self, index) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| HasDimension(self, dimension_name) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| HasGlobalCumulOptimizer(self, dimension) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| HasHardTypeIncompatibilities(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| HasLocalCumulOptimizer(self, dimension) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| HasMandatoryDisjunctions(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| HasMaxCardinalityConstrainedDisjunctions(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| HasSameVehicleTypeRequirements(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| HasTemporalTypeIncompatibilities(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| HasTemporalTypeRequirements(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| HasTypeRegulations(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| HasVehicleWithCostClassIndex(self, cost_class_index) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| IgnoreDisjunctionsAlreadyForcedToZero(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| IsDelivery(self, node_index) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| IsEnd(self, index) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| IsMatchingModel(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| IsPickup(self, node_index) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| IsStart(self, index) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| IsVehicleAllowedForIndex(self, vehicle, index) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| IsVehicleUsed(self, assignment, vehicle) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| IsVehicleUsedWhenEmpty(self, vehicle) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| kTransitEvaluatorSignNegativeOrZero | ortools.constraint_solver.pywrapcp.RoutingModel | static |
| kTransitEvaluatorSignPositiveOrZero | ortools.constraint_solver.pywrapcp.RoutingModel | static |
| kTransitEvaluatorSignUnknown | ortools.constraint_solver.pywrapcp.RoutingModel | static |
| MakeGuidedSlackFinalizer(self, dimension, initializer) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| MakeSelfDependentDimensionFinalizer(self, dimension) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| MutablePreAssignment(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| Next(self, assignment, index) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| NextVar(self, index) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| nodes(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| objective_lower_bound(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| PackCumulsOfOptimizerDimensionsFromAssignment(self, original_assignment, duration_limit, time_limit_was_reached=None) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| PENALIZE_ONCE | ortools.constraint_solver.pywrapcp.RoutingModel | static |
| PENALIZE_PER_INACTIVE | ortools.constraint_solver.pywrapcp.RoutingModel | static |
| PICKUP_AND_DELIVERY_FIFO | ortools.constraint_solver.pywrapcp.RoutingModel | static |
| PICKUP_AND_DELIVERY_LIFO | ortools.constraint_solver.pywrapcp.RoutingModel | static |
| PICKUP_AND_DELIVERY_NO_ORDER | ortools.constraint_solver.pywrapcp.RoutingModel | static |
| PreAssignment(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| ReadAssignment(self, file_name) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| ReadAssignmentFromRoutes(self, routes, ignore_inactive_indices) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| RegisterCumulDependentTransitCallback(self, callback) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| RegisterTransitCallback(self, *args) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| RegisterTransitMatrix(self, values) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| RegisterUnaryTransitCallback(self, *args) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| RegisterUnaryTransitVector(self, values) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| RemainingTime(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| ResourceVar(self, vehicle, resource_group) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| RestoreAssignment(self, solution) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| RoutesToAssignment(self, routes, ignore_inactive_indices, close_routes, assignment) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| SetAllowedVehiclesForIndex(self, vehicles, index) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| SetAmortizedCostFactorsOfAllVehicles(self, linear_cost_factor, quadratic_cost_factor) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| SetAmortizedCostFactorsOfVehicle(self, linear_cost_factor, quadratic_cost_factor, vehicle) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| SetArcCostEvaluatorOfAllVehicles(self, evaluator_index) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| SetArcCostEvaluatorOfVehicle(self, evaluator_index, vehicle) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| SetAssignmentFromOtherModelAssignment(self, target_assignment, source_model, source_assignment) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| SetFirstSolutionEvaluator(self, evaluator) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| SetFirstSolutionHint(self, hint) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| SetFixedCostOfAllVehicles(self, cost) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| SetFixedCostOfVehicle(self, cost, vehicle) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| SetMaximumNumberOfActiveVehicles(self, max_active_vehicles) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| SetPathEnergyCostOfVehicle(self, force, distance, cost_per_unit, vehicle) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| SetPathEnergyCostsOfVehicle(self, force, distance, threshold, cost_per_unit_below_threshold, cost_per_unit_above_threshold, vehicle) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| SetPickupAndDeliveryPolicyOfAllVehicles(self, policy) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| SetPickupAndDeliveryPolicyOfVehicle(self, policy, vehicle) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| SetPrimaryConstrainedDimension(self, dimension_name) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| SetVehicleUsedWhenEmpty(self, is_used, vehicle) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| SetVisitType(self, index, type, type_policy) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| Size(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| Solve(self, assignment=None) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| SolveFromAssignmentsWithParameters(self, assignments, search_parameters, solutions=None) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| SolveFromAssignmentWithParameters(self, assignment, search_parameters, solutions=None) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| solver(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| SolveWithIteratedLocalSearch(self, search_parameters) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| SolveWithParameters(self, search_parameters, solutions=None) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| Start(self, vehicle) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| status(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| thisown | ortools.constraint_solver.pywrapcp.RoutingModel | static |
| TimeBuffer(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| TransitCallback(self, callback_index) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| TYPE_ADDED_TO_VEHICLE | ortools.constraint_solver.pywrapcp.RoutingModel | static |
| TYPE_ON_VEHICLE_UP_TO_VISIT | ortools.constraint_solver.pywrapcp.RoutingModel | static |
| TYPE_SIMULTANEOUSLY_ADDED_AND_REMOVED | ortools.constraint_solver.pywrapcp.RoutingModel | static |
| UnaryTransitCallbackOrNull(self, callback_index) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| UnperformedPenalty(self, var_index) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| UnperformedPenaltyOrValue(self, default_value, var_index) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| UpdateTimeLimit(self, time_limit) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| VehicleIndex(self, index) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| VehicleRouteConsideredVar(self, vehicle) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| vehicles(self) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| VehicleVar(self, index) | ortools.constraint_solver.pywrapcp.RoutingModel | |
| WriteAssignment(self, file_name) | ortools.constraint_solver.pywrapcp.RoutingModel | |