Uses of Enum
com.google.ortools.constraintsolver.PerturbationStrategy.Value
Packages that use PerturbationStrategy.Value
-
Uses of PerturbationStrategy.Value in com.google.ortools.constraintsolver
Subclasses with type arguments of type PerturbationStrategy.Value in com.google.ortools.constraintsolverModifier and TypeClassDescriptionstatic enum
Protobuf enumoperations_research.PerturbationStrategy.Value
Methods in com.google.ortools.constraintsolver that return PerturbationStrategy.ValueModifier and TypeMethodDescriptionstatic PerturbationStrategy.Value
PerturbationStrategy.Value.forNumber
(int value) IteratedLocalSearchParameters.Builder.getPerturbationStrategy()
Determines how a reference solution S is perturbed to obtain a neighbor solution S'.IteratedLocalSearchParameters.getPerturbationStrategy()
Determines how a reference solution S is perturbed to obtain a neighbor solution S'.IteratedLocalSearchParametersOrBuilder.getPerturbationStrategy()
Determines how a reference solution S is perturbed to obtain a neighbor solution S'.static PerturbationStrategy.Value
PerturbationStrategy.Value.valueOf
(int value) Deprecated.static PerturbationStrategy.Value
PerturbationStrategy.Value.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static PerturbationStrategy.Value
Returns the enum constant of this type with the specified name.static PerturbationStrategy.Value[]
PerturbationStrategy.Value.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 PerturbationStrategy.ValueModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<PerturbationStrategy.Value> PerturbationStrategy.Value.internalGetValueMap()
Methods in com.google.ortools.constraintsolver with parameters of type PerturbationStrategy.ValueModifier and TypeMethodDescriptionIteratedLocalSearchParameters.Builder.setPerturbationStrategy
(PerturbationStrategy.Value value) Determines how a reference solution S is perturbed to obtain a neighbor solution S'.