Uses of Enum
com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
Packages that use LocalSearchMetaheuristic.Value
-
Uses of LocalSearchMetaheuristic.Value in com.google.ortools.constraintsolver
Methods in com.google.ortools.constraintsolver that return LocalSearchMetaheuristic.ValueModifier and TypeMethodDescriptionLocalSearchMetaheuristic.Value.forNumber(int value) RoutingSearchParameters.Builder.getLocalSearchMetaheuristic()Local search metaheuristics used to guide the search.RoutingSearchParameters.getLocalSearchMetaheuristic()Local search metaheuristics used to guide the search.RoutingSearchParametersOrBuilder.getLocalSearchMetaheuristic()Local search metaheuristics used to guide the search.LocalSearchMetaheuristic.Value.valueOf(int value) Deprecated.LocalSearchMetaheuristic.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 LocalSearchMetaheuristic.Value[]LocalSearchMetaheuristic.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 LocalSearchMetaheuristic.ValueModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<LocalSearchMetaheuristic.Value>LocalSearchMetaheuristic.Value.internalGetValueMap()Methods in com.google.ortools.constraintsolver with parameters of type LocalSearchMetaheuristic.ValueModifier and TypeMethodDescriptionRoutingSearchParameters.Builder.setLocalSearchMetaheuristic(LocalSearchMetaheuristic.Value value) Local search metaheuristics used to guide the search.