mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 01:18:45 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
944ce1135b
commit
28773c8d5c
1 changed files with 1 additions and 1 deletions
|
@ -1347,7 +1347,7 @@ namespace nlsat {
|
||||||
restore_order();
|
restore_order();
|
||||||
CTRACE("nlsat_model", r == l_true, tout << "model\n"; display_assignment(tout););
|
CTRACE("nlsat_model", r == l_true, tout << "model\n"; display_assignment(tout););
|
||||||
CTRACE("nlsat", r == l_false, display(tout););
|
CTRACE("nlsat", r == l_false, display(tout););
|
||||||
VERIFY(r != l_true || check_satisfied(m_clauses));
|
SASSERT(r != l_true || check_satisfied(m_clauses));
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue