pkgsrc/math/py-smt/DESCR
riastradh 57a860f083 Import PySMT-0.9.0 as math/py-smt.
pySMT is a solver-agnostic library for SMT Formulae manipulation and
solving.
2020-08-18 20:14:33 +00:00

13 lines
374 B
Text

pySMT is a solver-agnostic library for SMT Formulae manipulation and
solving.
pySMT makes working with Satisfiability Modulo Theory simple:
- Define formulae in a simple, intuitive, and solver independent way
- Solve your formulae using one of the native solvers, or by wrapping
any SMT-Lib compliant solver,
- Dump your problems in the SMT-Lib format,
- and more...