Uses of Enum
operations_research.RoutingIls.AcceptanceStrategy.Value
Packages that use RoutingIls.AcceptanceStrategy.Value
-
Uses of RoutingIls.AcceptanceStrategy.Value in operations_research
Methods in operations_research that return RoutingIls.AcceptanceStrategy.ValueModifier and TypeMethodDescriptionRoutingIls.AcceptanceStrategy.Value.forNumber(int value) RoutingIls.IteratedLocalSearchParameters.Builder.getAcceptanceStrategy()Determines when the neighbor solution S', possibly improved if `improve_perturbed_solution` is true, replaces the reference solution S.RoutingIls.IteratedLocalSearchParameters.getAcceptanceStrategy()Determines when the neighbor solution S', possibly improved if `improve_perturbed_solution` is true, replaces the reference solution S.RoutingIls.IteratedLocalSearchParametersOrBuilder.getAcceptanceStrategy()Determines when the neighbor solution S', possibly improved if `improve_perturbed_solution` is true, replaces the reference solution S.RoutingIls.AcceptanceStrategy.Value.valueOf(int value) Deprecated.RoutingIls.AcceptanceStrategy.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 RoutingIls.AcceptanceStrategy.Value[]RoutingIls.AcceptanceStrategy.Value.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in operations_research that return types with arguments of type RoutingIls.AcceptanceStrategy.ValueModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<RoutingIls.AcceptanceStrategy.Value>RoutingIls.AcceptanceStrategy.Value.internalGetValueMap()Methods in operations_research with parameters of type RoutingIls.AcceptanceStrategy.ValueModifier and TypeMethodDescriptionRoutingIls.IteratedLocalSearchParameters.Builder.setAcceptanceStrategy(RoutingIls.AcceptanceStrategy.Value value) Determines when the neighbor solution S', possibly improved if `improve_perturbed_solution` is true, replaces the reference solution S.