Uses of Enum
operations_research.RoutingIls.PerturbationStrategy.Value
Packages that use RoutingIls.PerturbationStrategy.Value
-
Uses of RoutingIls.PerturbationStrategy.Value in operations_research
Methods in operations_research that return RoutingIls.PerturbationStrategy.ValueModifier and TypeMethodDescriptionRoutingIls.PerturbationStrategy.Value.forNumber(int value) RoutingIls.IteratedLocalSearchParameters.Builder.getPerturbationStrategy()Determines how a reference solution S is perturbed to obtain a neighbor solution S'.RoutingIls.IteratedLocalSearchParameters.getPerturbationStrategy()Determines how a reference solution S is perturbed to obtain a neighbor solution S'.RoutingIls.IteratedLocalSearchParametersOrBuilder.getPerturbationStrategy()Determines how a reference solution S is perturbed to obtain a neighbor solution S'.RoutingIls.PerturbationStrategy.Value.valueOf(int value) Deprecated.RoutingIls.PerturbationStrategy.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.RoutingIls.PerturbationStrategy.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.PerturbationStrategy.ValueModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<RoutingIls.PerturbationStrategy.Value>RoutingIls.PerturbationStrategy.Value.internalGetValueMap()Methods in operations_research with parameters of type RoutingIls.PerturbationStrategy.ValueModifier and TypeMethodDescriptionRoutingIls.IteratedLocalSearchParameters.Builder.setPerturbationStrategy(RoutingIls.PerturbationStrategy.Value value) Determines how a reference solution S is perturbed to obtain a neighbor solution S'.