Uses of Enum
com.google.ortools.sat.SatParameters.SearchBranching
Packages that use SatParameters.SearchBranching
-
Uses of SatParameters.SearchBranching in com.google.ortools.sat
Subclasses with type arguments of type SatParameters.SearchBranching in com.google.ortools.satModifier and TypeClassDescriptionstatic enum
The search branching will be used to decide how to branch on unfixed nodes.Methods in com.google.ortools.sat that return SatParameters.SearchBranchingModifier and TypeMethodDescriptionSatParameters.SearchBranching.forNumber
(int value) SatParameters.Builder.getSearchBranching()
optional .operations_research.sat.SatParameters.SearchBranching search_branching = 82 [default = AUTOMATIC_SEARCH];
SatParameters.getSearchBranching()
optional .operations_research.sat.SatParameters.SearchBranching search_branching = 82 [default = AUTOMATIC_SEARCH];
SatParametersOrBuilder.getSearchBranching()
optional .operations_research.sat.SatParameters.SearchBranching search_branching = 82 [default = AUTOMATIC_SEARCH];
SatParameters.SearchBranching.valueOf
(int value) Deprecated.SatParameters.SearchBranching.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 SatParameters.SearchBranching[]
SatParameters.SearchBranching.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.ortools.sat that return types with arguments of type SatParameters.SearchBranchingModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<SatParameters.SearchBranching> SatParameters.SearchBranching.internalGetValueMap()
Methods in com.google.ortools.sat with parameters of type SatParameters.SearchBranchingModifier and TypeMethodDescriptionSatParameters.Builder.setSearchBranching
(SatParameters.SearchBranching value) optional .operations_research.sat.SatParameters.SearchBranching search_branching = 82 [default = AUTOMATIC_SEARCH];