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