Uses of Enum
com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Packages that use FirstSolutionStrategy.Value
-
Uses of FirstSolutionStrategy.Value in com.google.ortools.constraintsolver
Subclasses with type arguments of type FirstSolutionStrategy.Value in com.google.ortools.constraintsolverModifier and TypeClassDescriptionstatic enumProtobuf enumoperations_research.FirstSolutionStrategy.ValueMethods in com.google.ortools.constraintsolver that return FirstSolutionStrategy.ValueModifier and TypeMethodDescriptionstatic FirstSolutionStrategy.ValueFirstSolutionStrategy.Value.forNumber(int value) RoutingSearchParameters.Builder.getFirstSolutionStrategy()First solution strategies, used as starting point of local search.RoutingSearchParameters.getFirstSolutionStrategy()First solution strategies, used as starting point of local search.RoutingSearchParametersOrBuilder.getFirstSolutionStrategy()First solution strategies, used as starting point of local search.RuinRecreateParameters.Builder.getRecreateStrategy()Strategy defining how a reference solution is recreated.RuinRecreateParameters.getRecreateStrategy()Strategy defining how a reference solution is recreated.RuinRecreateParametersOrBuilder.getRecreateStrategy()Strategy defining how a reference solution is recreated.static FirstSolutionStrategy.ValueFirstSolutionStrategy.Value.valueOf(int value) Deprecated.static FirstSolutionStrategy.ValueFirstSolutionStrategy.Value.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static FirstSolutionStrategy.ValueReturns the enum constant of this type with the specified name.static FirstSolutionStrategy.Value[]FirstSolutionStrategy.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 FirstSolutionStrategy.ValueModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<FirstSolutionStrategy.Value> FirstSolutionStrategy.Value.internalGetValueMap()Methods in com.google.ortools.constraintsolver with parameters of type FirstSolutionStrategy.ValueModifier and TypeMethodDescriptionRoutingSearchParameters.Builder.setFirstSolutionStrategy(FirstSolutionStrategy.Value value) First solution strategies, used as starting point of local search.RuinRecreateParameters.Builder.setRecreateStrategy(FirstSolutionStrategy.Value value) Strategy defining how a reference solution is recreated.