satchmo-2.6.0: SAT encoding monad

Safe HaskellNone
LanguageHaskell98

Satchmo.SMT.Exotic.Arctic.Integer

Synopsis

Documentation

data Arctic Source

(contents a !! shift a) == (number is > 0) (contents a !! 0) == (number is > -infty) (so Arctic Natural has shift = 1)

Constructors

Arctic 

Fields

contents :: Number
 
shift :: Int
 

make :: Monad m => Int -> Number -> m Arctic Source