enum
OperationsResearch::Sat::SatParameters::FPRoundingMethod
Defined in:
ortools-sat/connector/sat_parameters.pb.crEnum Members
-
NEARESTINTEGER =
0
-
LOCKBASED =
1
-
ACTIVELOCKBASED =
3
-
PROPAGATIONASSISTED =
2
Instance Method Summary
-
#activelockbased?
Returns
true
if this enum value equalsACTIVELOCKBASED
-
#lockbased?
Returns
true
if this enum value equalsLOCKBASED
-
#nearestinteger?
Returns
true
if this enum value equalsNEARESTINTEGER
-
#propagationassisted?
Returns
true
if this enum value equalsPROPAGATIONASSISTED