static SatParameters.SharedTreeSplitStrategy |
SatParameters.SharedTreeSplitStrategy.forNumber(int value) |
|
SatParameters.SharedTreeSplitStrategy |
SatParameters.Builder.getSharedTreeSplitStrategy() |
optional .operations_research.sat.SatParameters.SharedTreeSplitStrategy shared_tree_split_strategy = 239 [default = SPLIT_STRATEGY_AUTO];
|
SatParameters.SharedTreeSplitStrategy |
SatParameters.getSharedTreeSplitStrategy() |
optional .operations_research.sat.SatParameters.SharedTreeSplitStrategy shared_tree_split_strategy = 239 [default = SPLIT_STRATEGY_AUTO];
|
SatParameters.SharedTreeSplitStrategy |
SatParametersOrBuilder.getSharedTreeSplitStrategy() |
optional .operations_research.sat.SatParameters.SharedTreeSplitStrategy shared_tree_split_strategy = 239 [default = SPLIT_STRATEGY_AUTO];
|
static SatParameters.SharedTreeSplitStrategy |
SatParameters.SharedTreeSplitStrategy.valueOf(int value) |
Deprecated.
|
static SatParameters.SharedTreeSplitStrategy |
SatParameters.SharedTreeSplitStrategy.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static SatParameters.SharedTreeSplitStrategy |
SatParameters.SharedTreeSplitStrategy.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static SatParameters.SharedTreeSplitStrategy[] |
SatParameters.SharedTreeSplitStrategy.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|