mirror of
https://github.com/Z3Prover/z3
synced 2025-11-05 22:06:03 +00:00
debugging #3511
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f74079de01
commit
ba4765f16f
4 changed files with 20 additions and 11 deletions
|
|
@ -1659,6 +1659,7 @@ public:
|
|||
}
|
||||
|
||||
final_check_status final_check_eh() {
|
||||
reset_variable_values();
|
||||
IF_VERBOSE(12, verbose_stream() << "final-check " << m_solver->get_status() << "\n");
|
||||
m_use_nra_model = false;
|
||||
lbool is_sat = l_true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue