satchmo-2.6.0: SAT encoding monad

Safe HaskellNone
LanguageHaskell98

Satchmo.SMT.Exotic.Tropical

Description

fixed bit width tropical numbers, table lookup for ring multiplication

Documentation

data Tropical Source

Constructors

Tropical 

Fields

contents :: Number
 

for :: [a] -> (a -> b) -> [b] Source