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
trueif this enum value equalsACTIVELOCKBASED -
#lockbased?
Returns
trueif this enum value equalsLOCKBASED -
#nearestinteger?
Returns
trueif this enum value equalsNEARESTINTEGER -
#propagationassisted?
Returns
trueif this enum value equalsPROPAGATIONASSISTED