mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
regression failures fixes
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
4641d5f32d
commit
d80f6e3222
2 changed files with 9 additions and 6 deletions
|
@ -105,7 +105,7 @@ namespace nra {
|
|||
// TBD: add variable bounds?
|
||||
|
||||
lbool r = m_nlsat->check();
|
||||
TRACE("arith", m_nlsat->display(tout << r << "\n"););
|
||||
TRACE("arith", display(tout); m_nlsat->display(tout << r << "\n"););
|
||||
switch (r) {
|
||||
case l_true:
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue