satchmo-2.9.9.3: SAT encoding monad

Safe HaskellNone
LanguageHaskell98

Satchmo.Binary.Op.Times

Documentation

data Overflow Source

Constructors

Ignore 
Refuse 

times' :: (Enum t, Num t, Ord t, MonadSAT m) => Overflow -> Maybe t -> [Boolean] -> [Boolean] -> m [Boolean] Source