Uses of Enum
com.google.ortools.constraintsolver.RuinCompositionStrategy.Value
Packages that use RuinCompositionStrategy.Value
-
Uses of RuinCompositionStrategy.Value in com.google.ortools.constraintsolver
Subclasses with type arguments of type RuinCompositionStrategy.Value in com.google.ortools.constraintsolverModifier and TypeClassDescriptionstatic enum
Protobuf enumoperations_research.RuinCompositionStrategy.Value
Methods in com.google.ortools.constraintsolver that return RuinCompositionStrategy.ValueModifier and TypeMethodDescriptionRuinCompositionStrategy.Value.forNumber
(int value) RuinRecreateParameters.Builder.getRuinCompositionStrategy()
The composition strategy to use when combining the given 'ruin_strategies'.RuinRecreateParameters.getRuinCompositionStrategy()
The composition strategy to use when combining the given 'ruin_strategies'.RuinRecreateParametersOrBuilder.getRuinCompositionStrategy()
The composition strategy to use when combining the given 'ruin_strategies'.RuinCompositionStrategy.Value.valueOf
(int value) Deprecated.RuinCompositionStrategy.Value.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.static RuinCompositionStrategy.Value[]
RuinCompositionStrategy.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 RuinCompositionStrategy.ValueModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<RuinCompositionStrategy.Value> RuinCompositionStrategy.Value.internalGetValueMap()
Methods in com.google.ortools.constraintsolver with parameters of type RuinCompositionStrategy.ValueModifier and TypeMethodDescriptionRuinRecreateParameters.Builder.setRuinCompositionStrategy
(RuinCompositionStrategy.Value value) The composition strategy to use when combining the given 'ruin_strategies'.