Uses of Class
com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
| Package | Description |
|---|---|
| com.google.ortools.constraintsolver |
-
Uses of LocalSearchMetaheuristic.Value in com.google.ortools.constraintsolver
Methods in com.google.ortools.constraintsolver that return LocalSearchMetaheuristic.Value Modifier and Type Method Description static LocalSearchMetaheuristic.ValueLocalSearchMetaheuristic.Value. forNumber(int value)LocalSearchMetaheuristic.ValueRoutingSearchParameters.Builder. getLocalSearchMetaheuristic()Local search metaheuristics used to guide the search.LocalSearchMetaheuristic.ValueRoutingSearchParameters. getLocalSearchMetaheuristic()Local search metaheuristics used to guide the search.LocalSearchMetaheuristic.ValueRoutingSearchParametersOrBuilder. getLocalSearchMetaheuristic()Local search metaheuristics used to guide the search.static LocalSearchMetaheuristic.ValueLocalSearchMetaheuristic.Value. valueOf(int value)Deprecated.static LocalSearchMetaheuristic.ValueLocalSearchMetaheuristic.Value. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static LocalSearchMetaheuristic.ValueLocalSearchMetaheuristic.Value. valueOf(java.lang.String 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.Value Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<LocalSearchMetaheuristic.Value>LocalSearchMetaheuristic.Value. internalGetValueMap()Methods in com.google.ortools.constraintsolver with parameters of type LocalSearchMetaheuristic.Value Modifier and Type Method Description RoutingSearchParameters.BuilderRoutingSearchParameters.Builder. setLocalSearchMetaheuristic(LocalSearchMetaheuristic.Value value)Local search metaheuristics used to guide the search.