mirror of
https://github.com/Z3Prover/z3
synced 2025-05-07 15:55:46 +00:00
fix #2779
This commit is contained in:
parent
7f61d08496
commit
eec153bb57
4 changed files with 22 additions and 4 deletions
|
@ -520,6 +520,7 @@ namespace qe {
|
|||
if ((m.is_true(val_a) && m.is_false(val_b)) ||
|
||||
(m.is_false(val_a) && m.is_true(val_b))) {
|
||||
TRACE("qe",
|
||||
tout << model << "\n";
|
||||
tout << mk_pp(a, m) << " := " << val_a << "\n";
|
||||
tout << mk_pp(b, m) << " := " << val_b << "\n";
|
||||
tout << m_elevel.find(a) << "\n";);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue