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