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