enum

OperationsResearch::Sat::SatParameters::FPRoundingMethod

Inherits Enum < Comparable < Value < Object

Constants

NEARESTINTEGER = 0
LOCKBASED = 1
ACTIVELOCKBASED = 3
PROPAGATIONASSISTED = 2

Instance methods

activelockbased?

Returns true if this enum value equals ACTIVELOCKBASED

Source
lockbased?

Returns true if this enum value equals LOCKBASED

Source
nearestinteger?

Returns true if this enum value equals NEARESTINTEGER

Source
propagationassisted?

Returns true if this enum value equals PROPAGATIONASSISTED

Source