Uses of Enum
com.google.ortools.constraintsolver.RoutingSearchParameters.PairInsertionStrategy
Packages that use RoutingSearchParameters.PairInsertionStrategy
-
Uses of RoutingSearchParameters.PairInsertionStrategy in com.google.ortools.constraintsolver
Subclasses with type arguments of type RoutingSearchParameters.PairInsertionStrategy in com.google.ortools.constraintsolverModifier and TypeClassDescriptionstatic enumIn insertion-based heuristics, describes what positions must be considered when inserting a pickup/delivery pair, and in what order they are considered.Methods in com.google.ortools.constraintsolver that return RoutingSearchParameters.PairInsertionStrategyModifier and TypeMethodDescriptionRoutingSearchParameters.PairInsertionStrategy.forNumber(int value) RoutingSearchParameters.Builder.getLocalCheapestCostInsertionPickupDeliveryStrategy()Choice of insertion strategy for pickup/delivery pairs, used in local cheapest cost insertion, both first solution heuristic and LNS.RoutingSearchParameters.getLocalCheapestCostInsertionPickupDeliveryStrategy()Choice of insertion strategy for pickup/delivery pairs, used in local cheapest cost insertion, both first solution heuristic and LNS.RoutingSearchParametersOrBuilder.getLocalCheapestCostInsertionPickupDeliveryStrategy()Choice of insertion strategy for pickup/delivery pairs, used in local cheapest cost insertion, both first solution heuristic and LNS.RoutingSearchParameters.Builder.getLocalCheapestInsertionPickupDeliveryStrategy()Choice of insertion strategy for pickup/delivery pairs, used in local cheapest insertion, both first solution heuristic and LNS.RoutingSearchParameters.getLocalCheapestInsertionPickupDeliveryStrategy()Choice of insertion strategy for pickup/delivery pairs, used in local cheapest insertion, both first solution heuristic and LNS.RoutingSearchParametersOrBuilder.getLocalCheapestInsertionPickupDeliveryStrategy()Choice of insertion strategy for pickup/delivery pairs, used in local cheapest insertion, both first solution heuristic and LNS.RoutingSearchParameters.PairInsertionStrategy.valueOf(int value) Deprecated.RoutingSearchParameters.PairInsertionStrategy.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.RoutingSearchParameters.PairInsertionStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.ortools.constraintsolver that return types with arguments of type RoutingSearchParameters.PairInsertionStrategyModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<RoutingSearchParameters.PairInsertionStrategy> RoutingSearchParameters.PairInsertionStrategy.internalGetValueMap()Methods in com.google.ortools.constraintsolver with parameters of type RoutingSearchParameters.PairInsertionStrategyModifier and TypeMethodDescriptionRoutingSearchParameters.Builder.setLocalCheapestCostInsertionPickupDeliveryStrategy(RoutingSearchParameters.PairInsertionStrategy value) Choice of insertion strategy for pickup/delivery pairs, used in local cheapest cost insertion, both first solution heuristic and LNS.RoutingSearchParameters.Builder.setLocalCheapestInsertionPickupDeliveryStrategy(RoutingSearchParameters.PairInsertionStrategy value) Choice of insertion strategy for pickup/delivery pairs, used in local cheapest insertion, both first solution heuristic and LNS.