![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 19 of file RoutingModel.cs.
Classes | |
| class | NodeNeighborsByCostClass |
| class | NodeNeighborsParameters |
| class | PickupDeliveryPosition |
| class | ResourceGroup |
| class | SecondaryOptimizer |
| class | VariableValuePair |
| class | VehicleTypeContainer |
Public Member Functions | |
| void | Dispose () |
| RoutingModel (RoutingIndexManager index_manager) | |
| RoutingModel (RoutingIndexManager index_manager, Google.OrTools.ConstraintSolver.RoutingModelParameters parameters) | |
| int | RegisterUnaryTransitVector (long[] values) |
| int | RegisterUnaryTransitCallback (LongToLong callback, int sign) |
| int | RegisterUnaryTransitCallback (LongToLong callback) |
| int | RegisterTransitMatrix (long[][] values) |
| int | RegisterTransitCallback (LongLongToLong callback, int sign) |
| int | RegisterTransitCallback (LongLongToLong callback) |
| int | RegisterCumulDependentTransitCallback (SWIGTYPE_p_std__functionT_FloatSlopePiecewiseLinearFunction_const_pflong_longF_t callback) |
| SWIGTYPE_p_std__functionT_FloatSlopePiecewiseLinearFunction_const_pflong_longF_t | CumulDependentTransitCallback (int callback_index) |
| bool | AddDimension (int evaluator_index, long slack_max, long capacity, bool fix_start_cumul_to_zero, string name) |
| bool | AddDimensionWithVehicleTransits (int[] evaluator_indices, long slack_max, long capacity, bool fix_start_cumul_to_zero, string name) |
| bool | AddDimensionWithVehicleCapacity (int evaluator_index, long slack_max, long[] vehicle_capacities, bool fix_start_cumul_to_zero, string name) |
| bool | AddDimensionWithVehicleTransitAndCapacity (int[] evaluator_indices, long slack_max, long[] vehicle_capacities, bool fix_start_cumul_to_zero, string name) |
| bool | AddDimensionWithCumulDependentVehicleTransitAndCapacity (int[] fixed_evaluator_indices, int[] cumul_dependent_evaluator_indices, long slack_max, long[] vehicle_capacities, bool fix_start_cumul_to_zero, string name) |
| IntBoolPair | AddConstantDimensionWithSlack (long value, long capacity, long slack_max, bool fix_start_cumul_to_zero, string name) |
| IntBoolPair | AddConstantDimension (long value, long capacity, bool fix_start_cumul_to_zero, string name) |
| IntBoolPair | AddVectorDimension (long[] values, long capacity, bool fix_start_cumul_to_zero, string name) |
| IntBoolPair | AddMatrixDimension (long[][] values, long capacity, bool fix_start_cumul_to_zero, string name) |
| SWIGTYPE_p_std__vectorT_operations_research__RoutingDimension_p_t | GetUnaryDimensions () |
| SWIGTYPE_p_std__vectorT_operations_research__RoutingDimension_const_p_t | GetDimensionsWithGlobalCumulOptimizers () |
| SWIGTYPE_p_std__vectorT_operations_research__RoutingDimension_const_p_t | GetDimensionsWithLocalCumulOptimizers () |
| bool | HasGlobalCumulOptimizer (RoutingDimension dimension) |
| bool | HasLocalCumulOptimizer (RoutingDimension dimension) |
| SWIGTYPE_p_operations_research__GlobalDimensionCumulOptimizer | GetMutableGlobalCumulLPOptimizer (RoutingDimension dimension) |
| SWIGTYPE_p_operations_research__GlobalDimensionCumulOptimizer | GetMutableGlobalCumulMPOptimizer (RoutingDimension dimension) |
| SWIGTYPE_p_operations_research__LocalDimensionCumulOptimizer | GetMutableLocalCumulLPOptimizer (RoutingDimension dimension) |
| bool | HasDimension (string dimension_name) |
| RoutingDimension | GetDimensionOrDie (string dimension_name) |
| RoutingDimension | GetMutableDimension (string dimension_name) |
| void | SetPrimaryConstrainedDimension (string dimension_name) |
| string | GetPrimaryConstrainedDimension () |
| RoutingModel.ResourceGroup | AddResourceGroup () |
| SWIGTYPE_p_std__vectorT_std__unique_ptrT_operations_research__RoutingModel__ResourceGroup_t_t | GetResourceGroups () |
| RoutingModel.ResourceGroup | GetResourceGroup (int rg_index) |
| int[] | GetDimensionResourceGroupIndices (RoutingDimension dimension) |
| int | GetDimensionResourceGroupIndex (RoutingDimension dimension) |
| int | AddDisjunction (long[] indices, long penalty, long max_cardinality, int penalty_cost_behavior) |
| int | AddDisjunction (long[] indices, long penalty, long max_cardinality) |
| int | AddDisjunction (long[] indices, long penalty) |
| int | AddDisjunction (long[] indices) |
| int[] | GetDisjunctionIndices (long index) |
| long[] | GetDisjunctionNodeIndices (int index) |
| long | GetDisjunctionPenalty (int index) |
| long | GetDisjunctionMaxCardinality (int index) |
| int | GetDisjunctionPenaltyCostBehavior (int index) |
| int | GetNumberOfDisjunctions () |
| bool | HasMandatoryDisjunctions () |
| bool | HasMaxCardinalityConstrainedDisjunctions () |
| void | IgnoreDisjunctionsAlreadyForcedToZero () |
| void | AddSoftSameVehicleConstraint (long[] indices, long cost) |
| void | SetAllowedVehiclesForIndex (int[] vehicles, long index) |
| bool | IsVehicleAllowedForIndex (int vehicle, long index) |
| void | AddPickupAndDelivery (long pickup, long delivery) |
| void | AddPickupAndDeliverySets (int pickup_disjunction, int delivery_disjunction) |
| SWIGTYPE_p_std__optionalT_operations_research__RoutingModel__PickupDeliveryPosition_t | GetPickupPosition (long node_index) |
| SWIGTYPE_p_std__optionalT_operations_research__RoutingModel__PickupDeliveryPosition_t | GetDeliveryPosition (long node_index) |
| bool | IsPickup (long node_index) |
| bool | IsDelivery (long node_index) |
| void | SetPickupAndDeliveryPolicyOfAllVehicles (int policy) |
| void | SetPickupAndDeliveryPolicyOfVehicle (int policy, int vehicle) |
| int | GetPickupAndDeliveryPolicyOfVehicle (int vehicle) |
| int | GetNumOfSingletonNodes () |
| SWIGTYPE_p_std__optionalT_long_t | GetFirstMatchingPickupDeliverySibling (long node, SWIGTYPE_p_std__functionT_bool_flongF_t is_match) |
| void | SetVisitType (long index, int type, int type_policy) |
| int | GetVisitType (long index) |
| int[] | GetSingleNodesOfType (int type) |
| int[] | GetPairIndicesOfType (int type) |
| int | GetVisitTypePolicy (long index) |
| int | GetNumberOfVisitTypes () |
| void | AddHardTypeIncompatibility (int type1, int type2) |
| void | AddTemporalTypeIncompatibility (int type1, int type2) |
| SWIGTYPE_p_absl__flat_hash_setT_int_t | GetTemporalTypeIncompatibilitiesOfType (int type) |
| bool | HasHardTypeIncompatibilities () |
| bool | HasTemporalTypeIncompatibilities () |
| void | AddRequiredTypeAlternativesWhenAddingType (int dependent_type, SWIGTYPE_p_absl__flat_hash_setT_int_t required_type_alternatives) |
| void | AddRequiredTypeAlternativesWhenRemovingType (int dependent_type, SWIGTYPE_p_absl__flat_hash_setT_int_t required_type_alternatives) |
| SWIGTYPE_p_std__vectorT_absl__flat_hash_setT_int_t_t | GetSameVehicleRequiredTypeAlternativesOfType (int type) |
| SWIGTYPE_p_std__vectorT_absl__flat_hash_setT_int_t_t | GetRequiredTypeAlternativesWhenAddingType (int type) |
| SWIGTYPE_p_std__vectorT_absl__flat_hash_setT_int_t_t | GetRequiredTypeAlternativesWhenRemovingType (int type) |
| bool | HasSameVehicleTypeRequirements () |
| bool | HasTemporalTypeRequirements () |
| long | UnperformedPenalty (long var_index) |
| long | UnperformedPenaltyOrValue (long default_value, long var_index) |
| long | GetDepot () |
| void | SetMaximumNumberOfActiveVehicles (int max_active_vehicles) |
| int | GetMaximumNumberOfActiveVehicles () |
| void | SetArcCostEvaluatorOfAllVehicles (int evaluator_index) |
| void | SetArcCostEvaluatorOfVehicle (int evaluator_index, int vehicle) |
| void | SetFixedCostOfAllVehicles (long cost) |
| void | SetFixedCostOfVehicle (long cost, int vehicle) |
| long | GetFixedCostOfVehicle (int vehicle) |
| void | SetPathEnergyCostOfVehicle (string force, string distance, long cost_per_unit, int vehicle) |
| void | SetPathEnergyCostsOfVehicle (string force, string distance, long threshold, long cost_per_unit_below_threshold, long cost_per_unit_above_threshold, int vehicle) |
| void | SetAmortizedCostFactorsOfAllVehicles (long linear_cost_factor, long quadratic_cost_factor) |
| void | SetAmortizedCostFactorsOfVehicle (long linear_cost_factor, long quadratic_cost_factor, int vehicle) |
| long[] | GetAmortizedLinearCostFactorOfVehicles () |
| long[] | GetAmortizedQuadraticCostFactorOfVehicles () |
| void | AddRouteConstraint (SWIGTYPE_p_std__functionT_std__optionalT_long_t_fstd__vectorT_int64_t_t_const_RF_t route_evaluator, bool costs_are_homogeneous_across_vehicles) |
| void | AddRouteConstraint (SWIGTYPE_p_std__functionT_std__optionalT_long_t_fstd__vectorT_int64_t_t_const_RF_t route_evaluator) |
| SWIGTYPE_p_std__optionalT_long_t | GetRouteCost (long[] route) |
| void | SetVehicleUsedWhenEmpty (bool is_used, int vehicle) |
| bool | IsVehicleUsedWhenEmpty (int vehicle) |
| void | SetFirstSolutionEvaluator (LongLongToLong evaluator) |
| void | SetFirstSolutionHint (Assignment hint) |
| Assignment | GetFirstSolutionHint () |
| void | AddLocalSearchOperator (LocalSearchOperator ls_operator) |
| void | AddSearchMonitor (SearchMonitor monitor) |
| void | AddEnterSearchCallback (VoidToVoid callback) |
| void | AddAtSolutionCallback (VoidToVoid callback, bool track_unchecked_neighbors) |
| void | AddAtSolutionCallback (VoidToVoid callback) |
| void | AddRestoreDimensionValuesResetCallback (VoidToVoid callback) |
| void | AddVariableMinimizedByFinalizer (IntVar var) |
| void | AddVariableMaximizedByFinalizer (IntVar var) |
| void | AddWeightedVariableMinimizedByFinalizer (IntVar var, long cost) |
| void | AddWeightedVariableMaximizedByFinalizer (IntVar var, long cost) |
| void | AddVariableTargetToFinalizer (IntVar var, long target) |
| void | AddWeightedVariableTargetToFinalizer (IntVar var, long target, long cost) |
| void | CloseModel () |
| void | CloseModelWithParameters (Google.OrTools.ConstraintSolver.RoutingSearchParameters search_parameters) |
| Assignment | Solve (Assignment assignment) |
| Assignment | Solve () |
| Assignment | SolveWithParameters (Google.OrTools.ConstraintSolver.RoutingSearchParameters search_parameters) |
| Assignment | SolveFromAssignmentWithParameters (Assignment assignment, Google.OrTools.ConstraintSolver.RoutingSearchParameters search_parameters) |
| Assignment | FastSolveFromAssignmentWithParameters (Assignment assignment, Google.OrTools.ConstraintSolver.RoutingSearchParameters search_parameters, bool check_solution_in_cp, SWIGTYPE_p_absl__flat_hash_setT_operations_research__IntVar_p_t touched) |
| Assignment | FastSolveFromAssignmentWithParameters (Assignment assignment, Google.OrTools.ConstraintSolver.RoutingSearchParameters search_parameters, bool check_solution_in_cp) |
| Assignment | SolveFromAssignmentsWithParameters (SWIGTYPE_p_std__vectorT_operations_research__Assignment_const_p_t assignments, Google.OrTools.ConstraintSolver.RoutingSearchParameters search_parameters, SWIGTYPE_p_std__vectorT_operations_research__Assignment_const_p_t solutions) |
| Assignment | SolveFromAssignmentsWithParameters (SWIGTYPE_p_std__vectorT_operations_research__Assignment_const_p_t assignments, Google.OrTools.ConstraintSolver.RoutingSearchParameters search_parameters) |
| Assignment | SolveWithIteratedLocalSearch (Google.OrTools.ConstraintSolver.RoutingSearchParameters search_parameters) |
| void | SetAssignmentFromOtherModelAssignment (Assignment target_assignment, RoutingModel source_model, Assignment source_assignment) |
| long | ComputeLowerBound () |
| long | ObjectiveLowerBound () |
| Google.OrTools.ConstraintSolver.RoutingSearchStatus.Types.Value | GetStatus () |
| bool | EnableDeepSerialization () |
| IntVar | ApplyLocks (long[] locks) |
| bool | ApplyLocksToAllVehicles (long[][] locks, bool close_routes) |
| Assignment | PreAssignment () |
| Assignment | MutablePreAssignment () |
| bool | WriteAssignment (string file_name) |
| Assignment | ReadAssignment (string file_name) |
| Assignment | RestoreAssignment (Assignment solution) |
| Assignment | ReadAssignmentFromRoutes (long[][] routes, bool ignore_inactive_indices) |
| bool | RoutesToAssignment (long[][] routes, bool ignore_inactive_indices, bool close_routes, Assignment assignment) |
| void | AssignmentToRoutes (Assignment assignment, long[][] routes) |
| Assignment | CompactAssignment (Assignment assignment) |
| Assignment | CompactAndCheckAssignment (Assignment assignment) |
| void | AddToAssignment (IntVar var) |
| void | AddIntervalToAssignment (IntervalVar interval) |
| RoutingModel.NodeNeighborsByCostClass | GetOrCreateNodeNeighborsByCostClass (double neighbors_ratio, long min_neighbors, SWIGTYPE_p_double neighbors_ratio_used, bool add_vehicle_starts_to_neighbors, bool add_vehicle_ends_to_neighbors, bool only_sort_neighbors_for_partial_neighborhoods) |
| RoutingModel.NodeNeighborsByCostClass | GetOrCreateNodeNeighborsByCostClass (double neighbors_ratio, long min_neighbors, SWIGTYPE_p_double neighbors_ratio_used, bool add_vehicle_starts_to_neighbors, bool add_vehicle_ends_to_neighbors) |
| RoutingModel.NodeNeighborsByCostClass | GetOrCreateNodeNeighborsByCostClass (double neighbors_ratio, long min_neighbors, SWIGTYPE_p_double neighbors_ratio_used, bool add_vehicle_starts_to_neighbors) |
| RoutingModel.NodeNeighborsByCostClass | GetOrCreateNodeNeighborsByCostClass (double neighbors_ratio, long min_neighbors, SWIGTYPE_p_double neighbors_ratio_used) |
| RoutingModel.NodeNeighborsByCostClass | GetOrCreateNodeNeighborsByCostClass (RoutingModel.NodeNeighborsParameters params_) |
| void | AddLocalSearchFilter (LocalSearchFilter filter) |
| long | Start (int vehicle) |
| long | End (int vehicle) |
| bool | IsStart (long index) |
| bool | IsEnd (long index) |
| int | VehicleIndex (long index) |
| long | Next (Assignment assignment, long index) |
| bool | IsVehicleUsed (Assignment assignment, int vehicle) |
| IntVarVector | Nexts () |
| IntVarVector | VehicleVars () |
| IntVarVector | ResourceVars (int resource_group) |
| IntVar | NextVar (long index) |
| IntVar | ActiveVar (long index) |
| IntVar | ActiveVehicleVar (int vehicle) |
| IntVar | VehicleRouteConsideredVar (int vehicle) |
| IntVar | VehicleVar (long index) |
| IntVar | ResourceVar (int vehicle, int resource_group) |
| IntVar | CostVar () |
| long | GetArcCostForVehicle (long from_index, long to_index, long vehicle) |
| bool | CostsAreHomogeneousAcrossVehicles () |
| long | GetHomogeneousCost (long from_index, long to_index) |
| long | GetArcCostForFirstSolution (long from_index, long to_index) |
| long | GetArcCostForClass (long from_index, long to_index, long cost_class_index) |
| int | GetCostClassIndexOfVehicle (long vehicle) |
| bool | HasVehicleWithCostClassIndex (int cost_class_index) |
| int | GetCostClassesCount () |
| int | GetNonZeroCostClassesCount () |
| int | GetVehicleClassIndexOfVehicle (long vehicle) |
| int | GetVehicleOfClass (int vehicle_class) |
| int | GetVehicleClassesCount () |
| int[] | GetSameVehicleIndicesOfIndex (int node) |
| int[] | GetSameActivityIndicesOfIndex (int node) |
| int | GetSameActivityGroupOfIndex (int node) |
| int | GetSameActivityGroupsCount () |
| int[] | GetSameActivityIndicesOfGroup (int group) |
| RoutingModel.VehicleTypeContainer | GetVehicleTypeContainer () |
| bool | ArcIsMoreConstrainedThanArc (long from, long to1, long to2) |
| string | DebugOutputAssignment (Assignment solution_assignment, string dimension_to_print) |
| bool | CheckIfAssignmentIsFeasible (Assignment assignment, bool call_at_solution_monitors) |
| Solver | solver () |
| bool | CheckLimit (SWIGTYPE_p_absl__Duration offset) |
| bool | CheckLimit () |
| void | UpdateTimeLimit (SWIGTYPE_p_absl__Duration time_limit) |
| SWIGTYPE_p_absl__Duration | TimeBuffer () |
| SWIGTYPE_p_std__atomicT_bool_t | GetMutableCPSatInterrupt () |
| SWIGTYPE_p_std__atomicT_bool_t | GetMutableCPInterrupt () |
| void | CancelSearch () |
| int | Nodes () |
| int | Vehicles () |
| long | Size () |
| long | GetNumberOfDecisionsInFirstSolution (Google.OrTools.ConstraintSolver.RoutingSearchParameters search_parameters) |
| long | GetNumberOfRejectsInFirstSolution (Google.OrTools.ConstraintSolver.RoutingSearchParameters search_parameters) |
| bool | IsMatchingModel () |
| bool | AreRoutesInterdependent (SWIGTYPE_p_operations_research__RoutingSearchParameters parameters) |
| DecisionBuilder | MakeGuidedSlackFinalizer (RoutingDimension dimension, LongToLong initializer) |
| DecisionBuilder | MakeSelfDependentDimensionFinalizer (RoutingDimension dimension) |
| PathsMetadata | GetPathsMetadata () |
| SWIGTYPE_p_std__dequeT_int_t | GetVehiclesOfSameClass (long start_end_index) |
| SWIGTYPE_p_std__vectorT_std__pairT_long_long_t_t | GetSameVehicleClassArcs (long from_index, long to_index) |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
Protected Attributes | |
| bool | swigCMemOwn |
Properties | |
| static long | kNoPenalty [get] |
| static int | kNoDisjunction [get] |
| static int | kNoDimension [get] |
|
inline |
Definition at line 679 of file RoutingModel.cs.
|
inline |
Definition at line 683 of file RoutingModel.cs.
|
inline |
Definition at line 1845 of file RoutingModel.cs.
|
inline |
Definition at line 1851 of file RoutingModel.cs.
|
inline |
Definition at line 1354 of file RoutingModel.cs.
|
inline |
Definition at line 1350 of file RoutingModel.cs.
|
inline |
Definition at line 768 of file RoutingModel.cs.
|
inline |
Definition at line 762 of file RoutingModel.cs.
|
inline |
Definition at line 732 of file RoutingModel.cs.
|
inline |
Definition at line 756 of file RoutingModel.cs.
|
inline |
Definition at line 744 of file RoutingModel.cs.
|
inline |
Definition at line 750 of file RoutingModel.cs.
|
inline |
Definition at line 738 of file RoutingModel.cs.
|
inline |
Definition at line 913 of file RoutingModel.cs.
|
inline |
Definition at line 909 of file RoutingModel.cs.
|
inline |
Definition at line 905 of file RoutingModel.cs.
|
inline |
Definition at line 901 of file RoutingModel.cs.
|
inline |
Definition at line 1346 of file RoutingModel.cs.
|
inline |
Definition at line 1155 of file RoutingModel.cs.
|
inline |
Definition at line 1566 of file RoutingModel.cs.
|
inline |
Definition at line 1783 of file RoutingModel.cs.
|
inline |
Definition at line 1338 of file RoutingModel.cs.
|
inline |
Definition at line 780 of file RoutingModel.cs.
|
inline |
Definition at line 988 of file RoutingModel.cs.
|
inline |
Definition at line 992 of file RoutingModel.cs.
|
inline |
Definition at line 1178 of file RoutingModel.cs.
|
inline |
Definition at line 1183 of file RoutingModel.cs.
|
inline |
Definition at line 867 of file RoutingModel.cs.
|
inline |
Definition at line 1358 of file RoutingModel.cs.
|
inline |
Definition at line 1305 of file RoutingModel.cs.
|
inline |
Definition at line 1300 of file RoutingModel.cs.
|
inline |
Definition at line 1342 of file RoutingModel.cs.
|
inline |
Definition at line 975 of file RoutingModel.cs.
|
inline |
Definition at line 1159 of file RoutingModel.cs.
|
inline |
Definition at line 1562 of file RoutingModel.cs.
|
inline |
Definition at line 1366 of file RoutingModel.cs.
|
inline |
Definition at line 1362 of file RoutingModel.cs.
|
inline |
Definition at line 1378 of file RoutingModel.cs.
|
inline |
Definition at line 774 of file RoutingModel.cs.
|
inline |
Definition at line 1374 of file RoutingModel.cs.
|
inline |
Definition at line 1370 of file RoutingModel.cs.
|
inline |
Definition at line 1382 of file RoutingModel.cs.
|
inline |
Definition at line 1473 of file RoutingModel.cs.
|
inline |
Definition at line 1479 of file RoutingModel.cs.
|
inline |
Definition at line 1990 of file RoutingModel.cs.
|
inline |
Definition at line 2080 of file RoutingModel.cs.
|
inline |
Definition at line 1539 of file RoutingModel.cs.
|
inline |
Definition at line 2046 of file RoutingModel.cs.
|
inline |
Definition at line 2001 of file RoutingModel.cs.
|
inline |
Definition at line 2019 of file RoutingModel.cs.
|
inline |
Definition at line 2013 of file RoutingModel.cs.
|
inline |
Definition at line 1386 of file RoutingModel.cs.
|
inline |
Definition at line 1390 of file RoutingModel.cs.
|
inline |
Definition at line 1555 of file RoutingModel.cs.
|
inline |
Definition at line 1548 of file RoutingModel.cs.
|
inline |
Definition at line 1454 of file RoutingModel.cs.
|
inline |
Definition at line 1886 of file RoutingModel.cs.
|
inline |
Definition at line 1875 of file RoutingModel.cs.
|
inline |
Definition at line 727 of file RoutingModel.cs.
|
inline |
Definition at line 1995 of file RoutingModel.cs.
|
inline |
Definition at line 49 of file RoutingModel.cs.
|
inlineprotectedvirtual |
Definition at line 54 of file RoutingModel.cs.
|
inline |
Definition at line 1468 of file RoutingModel.cs.
|
inline |
Definition at line 1792 of file RoutingModel.cs.
|
inline |
Definition at line 1424 of file RoutingModel.cs.
|
inline |
Definition at line 1418 of file RoutingModel.cs.
|
inline |
Definition at line 1276 of file RoutingModel.cs.
|
inline |
Definition at line 1288 of file RoutingModel.cs.
|
inline |
Definition at line 1901 of file RoutingModel.cs.
|
inline |
Definition at line 1896 of file RoutingModel.cs.
|
inline |
Definition at line 1881 of file RoutingModel.cs.
|
inline |
Definition at line 1915 of file RoutingModel.cs.
|
inline |
Definition at line 1906 of file RoutingModel.cs.
|
inline |
Definition at line 1073 of file RoutingModel.cs.
|
inline |
Definition at line 1223 of file RoutingModel.cs.
|
inline |
Definition at line 844 of file RoutingModel.cs.
|
inline |
Definition at line 896 of file RoutingModel.cs.
|
inline |
Definition at line 884 of file RoutingModel.cs.
|
inline |
Definition at line 795 of file RoutingModel.cs.
|
inline |
Definition at line 800 of file RoutingModel.cs.
|
inline |
Definition at line 917 of file RoutingModel.cs.
|
inline |
Definition at line 946 of file RoutingModel.cs.
|
inline |
Definition at line 929 of file RoutingModel.cs.
|
inline |
Definition at line 941 of file RoutingModel.cs.
|
inline |
Definition at line 951 of file RoutingModel.cs.
|
inline |
Definition at line 1106 of file RoutingModel.cs.
|
inline |
Definition at line 1332 of file RoutingModel.cs.
|
inline |
Definition at line 1253 of file RoutingModel.cs.
|
inline |
Definition at line 1891 of file RoutingModel.cs.
|
inline |
Definition at line 1232 of file RoutingModel.cs.
|
inline |
Definition at line 2040 of file RoutingModel.cs.
|
inline |
Definition at line 2034 of file RoutingModel.cs.
|
inline |
Definition at line 850 of file RoutingModel.cs.
|
inline |
Definition at line 817 of file RoutingModel.cs.
|
inline |
Definition at line 824 of file RoutingModel.cs.
|
inline |
Definition at line 831 of file RoutingModel.cs.
|
inline |
Definition at line 1920 of file RoutingModel.cs.
|
inline |
Definition at line 2065 of file RoutingModel.cs.
|
inline |
Definition at line 956 of file RoutingModel.cs.
|
inline |
Definition at line 2070 of file RoutingModel.cs.
|
inline |
Definition at line 1150 of file RoutingModel.cs.
|
inline |
Definition at line 1101 of file RoutingModel.cs.
|
inline |
Definition at line 1769 of file RoutingModel.cs.
|
inline |
Definition at line 1762 of file RoutingModel.cs.
|
inline |
Definition at line 1755 of file RoutingModel.cs.
|
inline |
Definition at line 1748 of file RoutingModel.cs.
|
inline |
Definition at line 1776 of file RoutingModel.cs.
|
inline |
Definition at line 1133 of file RoutingModel.cs.
|
inline |
Definition at line 2098 of file RoutingModel.cs.
|
inline |
Definition at line 1096 of file RoutingModel.cs.
|
inline |
Definition at line 1068 of file RoutingModel.cs.
|
inline |
Definition at line 862 of file RoutingModel.cs.
|
inline |
Definition at line 1193 of file RoutingModel.cs.
|
inline |
Definition at line 1198 of file RoutingModel.cs.
|
inline |
Definition at line 878 of file RoutingModel.cs.
|
inline |
Definition at line 873 of file RoutingModel.cs.
|
inline |
Definition at line 1310 of file RoutingModel.cs.
|
inline |
Definition at line 1963 of file RoutingModel.cs.
|
inline |
Definition at line 1968 of file RoutingModel.cs.
|
inline |
Definition at line 1973 of file RoutingModel.cs.
|
inline |
Definition at line 1951 of file RoutingModel.cs.
|
inline |
Definition at line 2108 of file RoutingModel.cs.
|
inline |
Definition at line 1939 of file RoutingModel.cs.
|
inline |
Definition at line 1188 of file RoutingModel.cs.
|
inline |
Definition at line 1121 of file RoutingModel.cs.
|
inline |
Definition at line 1464 of file RoutingModel.cs.
|
inline |
Definition at line 1163 of file RoutingModel.cs.
|
inline |
Definition at line 790 of file RoutingModel.cs.
|
inline |
Definition at line 1934 of file RoutingModel.cs.
|
inline |
Definition at line 1925 of file RoutingModel.cs.
|
inline |
Definition at line 1929 of file RoutingModel.cs.
|
inline |
Definition at line 2103 of file RoutingModel.cs.
|
inline |
Definition at line 1985 of file RoutingModel.cs.
|
inline |
Definition at line 1116 of file RoutingModel.cs.
|
inline |
Definition at line 1145 of file RoutingModel.cs.
|
inline |
Definition at line 838 of file RoutingModel.cs.
|
inline |
Definition at line 805 of file RoutingModel.cs.
|
inline |
Definition at line 1168 of file RoutingModel.cs.
|
inline |
Definition at line 811 of file RoutingModel.cs.
|
inline |
Definition at line 961 of file RoutingModel.cs.
|
inline |
Definition at line 966 of file RoutingModel.cs.
|
inline |
Definition at line 1203 of file RoutingModel.cs.
|
inline |
Definition at line 1173 of file RoutingModel.cs.
|
inline |
Definition at line 1208 of file RoutingModel.cs.
|
inline |
Definition at line 1910 of file RoutingModel.cs.
|
inline |
Definition at line 971 of file RoutingModel.cs.
|
inline |
Definition at line 1083 of file RoutingModel.cs.
|
inline |
Definition at line 1802 of file RoutingModel.cs.
|
inline |
Definition at line 2075 of file RoutingModel.cs.
|
inline |
Definition at line 1078 of file RoutingModel.cs.
|
inline |
Definition at line 1797 of file RoutingModel.cs.
|
inline |
Definition at line 983 of file RoutingModel.cs.
|
inline |
Definition at line 1818 of file RoutingModel.cs.
|
inline |
Definition at line 1319 of file RoutingModel.cs.
|
inline |
Definition at line 2086 of file RoutingModel.cs.
|
inline |
Definition at line 2092 of file RoutingModel.cs.
|
inline |
Definition at line 1494 of file RoutingModel.cs.
|
inline |
Definition at line 1812 of file RoutingModel.cs.
|
inline |
Definition at line 1824 of file RoutingModel.cs.
|
inline |
Definition at line 1839 of file RoutingModel.cs.
|
inline |
Definition at line 2050 of file RoutingModel.cs.
|
inline |
Definition at line 1459 of file RoutingModel.cs.
|
inline |
Definition at line 1488 of file RoutingModel.cs.
|
inline |
Definition at line 1506 of file RoutingModel.cs.
|
inline |
Definition at line 1520 of file RoutingModel.cs.
|
inline |
Definition at line 721 of file RoutingModel.cs.
|
inline |
Definition at line 716 of file RoutingModel.cs.
|
inline |
Definition at line 711 of file RoutingModel.cs.
|
inline |
Definition at line 702 of file RoutingModel.cs.
|
inline |
Definition at line 697 of file RoutingModel.cs.
|
inline |
Definition at line 692 of file RoutingModel.cs.
|
inline |
Definition at line 687 of file RoutingModel.cs.
|
inline |
Definition at line 1869 of file RoutingModel.cs.
|
inline |
Definition at line 1834 of file RoutingModel.cs.
|
inline |
Definition at line 1513 of file RoutingModel.cs.
|
inline |
Definition at line 1530 of file RoutingModel.cs.
|
inline |
Definition at line 979 of file RoutingModel.cs.
|
inline |
Definition at line 1268 of file RoutingModel.cs.
|
inline |
Definition at line 1272 of file RoutingModel.cs.
|
inline |
Definition at line 1237 of file RoutingModel.cs.
|
inline |
Definition at line 1241 of file RoutingModel.cs.
|
inline |
Definition at line 1450 of file RoutingModel.cs.
|
inline |
Definition at line 1324 of file RoutingModel.cs.
|
inline |
Definition at line 1328 of file RoutingModel.cs.
|
inline |
Definition at line 1245 of file RoutingModel.cs.
|
inline |
Definition at line 1249 of file RoutingModel.cs.
|
inline |
Definition at line 1228 of file RoutingModel.cs.
|
inline |
Definition at line 1258 of file RoutingModel.cs.
|
inline |
Definition at line 1263 of file RoutingModel.cs.
|
inline |
Definition at line 1088 of file RoutingModel.cs.
|
inline |
Definition at line 1092 of file RoutingModel.cs.
|
inline |
Definition at line 857 of file RoutingModel.cs.
|
inline |
Definition at line 1315 of file RoutingModel.cs.
|
inline |
Definition at line 1112 of file RoutingModel.cs.
|
inline |
Definition at line 2060 of file RoutingModel.cs.
|
inline |
Definition at line 1400 of file RoutingModel.cs.
|
inline |
Definition at line 1394 of file RoutingModel.cs.
|
inline |
Definition at line 1437 of file RoutingModel.cs.
|
inline |
Definition at line 1430 of file RoutingModel.cs.
|
inline |
Definition at line 1412 of file RoutingModel.cs.
|
inline |
Definition at line 2007 of file RoutingModel.cs.
|
inline |
Definition at line 1444 of file RoutingModel.cs.
|
inline |
Definition at line 1406 of file RoutingModel.cs.
|
inline |
Definition at line 1787 of file RoutingModel.cs.
|
inline |
Definition at line 2029 of file RoutingModel.cs.
|
inline |
Definition at line 1213 of file RoutingModel.cs.
|
inline |
Definition at line 1218 of file RoutingModel.cs.
|
inline |
Definition at line 2024 of file RoutingModel.cs.
|
inline |
Definition at line 1807 of file RoutingModel.cs.
|
inline |
Definition at line 1857 of file RoutingModel.cs.
|
inline |
Definition at line 2055 of file RoutingModel.cs.
|
inline |
Definition at line 1863 of file RoutingModel.cs.
|
inline |
Definition at line 1829 of file RoutingModel.cs.
|
inline |
Definition at line 1500 of file RoutingModel.cs.
|
static |
Definition at line 2129 of file RoutingModel.cs.
|
static |
Definition at line 2121 of file RoutingModel.cs.
|
static |
Definition at line 2120 of file RoutingModel.cs.
|
static |
TransitEvaluatorSign.
Definition at line 2119 of file RoutingModel.cs.
|
static |
PenaltyCostBehavior.
Definition at line 2124 of file RoutingModel.cs.
|
static |
Definition at line 2125 of file RoutingModel.cs.
|
static |
Definition at line 2116 of file RoutingModel.cs.
|
static |
Definition at line 2115 of file RoutingModel.cs.
|
static |
PickupAndDeliveryPolicy.
Definition at line 2114 of file RoutingModel.cs.
|
protected |
Definition at line 21 of file RoutingModel.cs.
|
static |
VisitTypePolicy.
Definition at line 2128 of file RoutingModel.cs.
|
static |
Definition at line 2130 of file RoutingModel.cs.
|
static |
Definition at line 2131 of file RoutingModel.cs.
|
staticget |
Definition at line 672 of file RoutingModel.cs.
|
staticget |
Definition at line 665 of file RoutingModel.cs.
|
staticget |
Definition at line 658 of file RoutingModel.cs.