hasmtlib-2.1.0: src/Language/Hasmtlib/Solver/Z3.hs
module Language.Hasmtlib.Solver.Z3 where import SMTLIB.Backends.Process -- | A 'Config' for Z3. -- Requires binary @z3@ to be in path. z3 :: Config z3 = defaultConfig
module Language.Hasmtlib.Solver.Z3 where import SMTLIB.Backends.Process -- | A 'Config' for Z3. -- Requires binary @z3@ to be in path. z3 :: Config z3 = defaultConfig