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:
parent
d26609ebdd
commit
362d9258a4
3 changed files with 67 additions and 20 deletions
|
@ -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)));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue