3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-08 08:51:55 +00:00

prepare term-graph for cc

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-06-09 15:24:06 -07:00 committed by Arie Gurfinkel
parent d26609ebdd
commit 362d9258a4
3 changed files with 67 additions and 20 deletions

View file

@ -50,7 +50,7 @@ namespace qe {
lits.push_back(m.mk_const(c));
}
else if (m.is_false(mdl->get_const_interp(c))) {
lits.push_back(m.mk_const(c));
lits.push_back(m.mk_not(m.mk_const(c)));
}
}
}