freebsd-ports/math/boolector/pkg-descr
Yuri Victorovich d4a7860092 math/boolector: Update 3.2.1 -> 3.2.2
Reported by:	portscout
2021-06-02 01:49:44 -07:00

7 lines
399 B
Text

Boolector is a Satisfiability Modulo Theories (SMT) solver for the theories of
fixed-size bit-vectors, arrays and uninterpreted functions. It supports the
SMT-LIB logics BV, QF_ABV, QF_AUFBV, QF_BV and QF_UFBV. Boolector provides a
rich C and Python API and supports incremental solving, both with the SMT-LIB
commands push and pop, and solving under assumptions.
WWW: https://boolector.github.io/