Releases: c-cube/smbc
Releases · c-cube/smbc
0.4.1
0.4
0.3.1
0.3
Second usable version, with many small features added:
- add flag
--check-proof
for checking SAT solver proofs - remove parser for custom format; only keep TIP; remove .lisp from tests
- less accurate detection of incomplete expansions (without unsat-cores)
- bugfixes in uninterpreted types
- detect some evaluation loops with a
term_being_evaled
field - internal notion of
undefined
forasserting
, loops, and selectors - simple prefix skolemization for
assert
axioms - add
asserting
construct - delay a bit combinatorial explosion for HO functions
- support for HO unknowns
- allow quantification over booleans, translated as conjunction/disjunction
- better error message for HO metas
- add support for selectors
version 0.2
First usable version of smbc. It accepts a fragment of TIP.
For production use, you should really use --check
to double-check the models.