Uses of Enum
com.google.ortools.constraintsolver.AcceptanceStrategy.Value
Packages that use AcceptanceStrategy.Value
-
Uses of AcceptanceStrategy.Value in com.google.ortools.constraintsolver
Subclasses with type arguments of type AcceptanceStrategy.Value in com.google.ortools.constraintsolverModifier and TypeClassDescriptionstatic enumProtobuf enumoperations_research.AcceptanceStrategy.ValueMethods in com.google.ortools.constraintsolver that return AcceptanceStrategy.ValueModifier and TypeMethodDescriptionstatic AcceptanceStrategy.ValueAcceptanceStrategy.Value.forNumber(int value) IteratedLocalSearchParameters.Builder.getAcceptanceStrategy()Determines when the neighbor solution S', possibly improved if `improve_perturbed_solution` is true, replaces the reference solution S.IteratedLocalSearchParameters.getAcceptanceStrategy()Determines when the neighbor solution S', possibly improved if `improve_perturbed_solution` is true, replaces the reference solution S.IteratedLocalSearchParametersOrBuilder.getAcceptanceStrategy()Determines when the neighbor solution S', possibly improved if `improve_perturbed_solution` is true, replaces the reference solution S.static AcceptanceStrategy.ValueAcceptanceStrategy.Value.valueOf(int value) Deprecated.static AcceptanceStrategy.ValueAcceptanceStrategy.Value.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static AcceptanceStrategy.ValueReturns the enum constant of this type with the specified name.static AcceptanceStrategy.Value[]AcceptanceStrategy.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 AcceptanceStrategy.ValueModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<AcceptanceStrategy.Value> AcceptanceStrategy.Value.internalGetValueMap()Methods in com.google.ortools.constraintsolver with parameters of type AcceptanceStrategy.ValueModifier and TypeMethodDescriptionIteratedLocalSearchParameters.Builder.setAcceptanceStrategy(AcceptanceStrategy.Value value) Determines when the neighbor solution S', possibly improved if `improve_perturbed_solution` is true, replaces the reference solution S.