Uses of Enum
com.google.ortools.constraintsolver.LocalCheapestInsertionParameters.PairInsertionStrategy
Packages that use LocalCheapestInsertionParameters.PairInsertionStrategy
-
Uses of LocalCheapestInsertionParameters.PairInsertionStrategy in com.google.ortools.constraintsolver
Subclasses with type arguments of type LocalCheapestInsertionParameters.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 LocalCheapestInsertionParameters.PairInsertionStrategyModifier and TypeMethodDescriptionLocalCheapestInsertionParameters.PairInsertionStrategy.forNumber(int value) LocalCheapestInsertionParameters.Builder.getPickupDeliveryStrategy()Choice of insertion strategy for pickup/delivery pairs, used in local cheapest insertion, both first solution heuristic and LNS.LocalCheapestInsertionParameters.getPickupDeliveryStrategy()Choice of insertion strategy for pickup/delivery pairs, used in local cheapest insertion, both first solution heuristic and LNS.LocalCheapestInsertionParametersOrBuilder.getPickupDeliveryStrategy()Choice of insertion strategy for pickup/delivery pairs, used in local cheapest insertion, both first solution heuristic and LNS.LocalCheapestInsertionParameters.PairInsertionStrategy.valueOf(int value) Deprecated.LocalCheapestInsertionParameters.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.LocalCheapestInsertionParameters.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 LocalCheapestInsertionParameters.PairInsertionStrategyModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<LocalCheapestInsertionParameters.PairInsertionStrategy> LocalCheapestInsertionParameters.PairInsertionStrategy.internalGetValueMap()Methods in com.google.ortools.constraintsolver with parameters of type LocalCheapestInsertionParameters.PairInsertionStrategyModifier and TypeMethodDescriptionLocalCheapestInsertionParameters.Builder.setPickupDeliveryStrategy(LocalCheapestInsertionParameters.PairInsertionStrategy value) Choice of insertion strategy for pickup/delivery pairs, used in local cheapest insertion, both first solution heuristic and LNS.