mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
plenty of new stuff
This commit is contained in:
parent
b002697e03
commit
e310ab5cd7
8 changed files with 1235 additions and 108 deletions
|
@ -66,7 +66,9 @@ class sat_tactic : public tactic {
|
|||
CASSERT("sat_solver", m_solver.check_invariant());
|
||||
IF_VERBOSE(TACTIC_VERBOSITY_LVL, m_solver.display_status(verbose_stream()););
|
||||
TRACE("sat_dimacs", m_solver.display_dimacs(tout););
|
||||
|
||||
//m_solver.display_dimacs(std::cerr);
|
||||
//exit(0);
|
||||
|
||||
lbool r = m_solver.check();
|
||||
if (r == l_false) {
|
||||
g->assert_expr(m.mk_false(), 0, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue