3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 12:28:44 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-04-04 21:56:46 -07:00
parent 0fc8ebc8cc
commit 2f80acb1bc

View file

@ -359,6 +359,8 @@ final_check_status theory_diff_logic<Ext>::final_check_eh() {
}
TRACE("arith_final", display(tout); );
if (!is_consistent())
return FC_CONTINUE;
SASSERT(is_consistent());
if (m_non_diff_logic_exprs) {
return FC_GIVEUP;