mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
parent
0fc8ebc8cc
commit
2f80acb1bc
|
@ -359,6 +359,8 @@ final_check_status theory_diff_logic<Ext>::final_check_eh() {
|
||||||
}
|
}
|
||||||
|
|
||||||
TRACE("arith_final", display(tout); );
|
TRACE("arith_final", display(tout); );
|
||||||
|
if (!is_consistent())
|
||||||
|
return FC_CONTINUE;
|
||||||
SASSERT(is_consistent());
|
SASSERT(is_consistent());
|
||||||
if (m_non_diff_logic_exprs) {
|
if (m_non_diff_logic_exprs) {
|
||||||
return FC_GIVEUP;
|
return FC_GIVEUP;
|
||||||
|
|
Loading…
Reference in a new issue