static SatParameters.SearchBranching |
SatParameters.SearchBranching.forNumber(int value) |
|
SatParameters.SearchBranching |
SatParameters.Builder.getSearchBranching() |
optional .operations_research.sat.SatParameters.SearchBranching search_branching = 82 [default = AUTOMATIC_SEARCH];
|
SatParameters.SearchBranching |
SatParameters.getSearchBranching() |
optional .operations_research.sat.SatParameters.SearchBranching search_branching = 82 [default = AUTOMATIC_SEARCH];
|
SatParameters.SearchBranching |
SatParametersOrBuilder.getSearchBranching() |
optional .operations_research.sat.SatParameters.SearchBranching search_branching = 82 [default = AUTOMATIC_SEARCH];
|
static SatParameters.SearchBranching |
SatParameters.SearchBranching.valueOf(int value) |
Deprecated.
|
static SatParameters.SearchBranching |
SatParameters.SearchBranching.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static SatParameters.SearchBranching |
SatParameters.SearchBranching.valueOf(java.lang.String 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.
|