3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-02 09:20:22 +00:00
This commit is contained in:
Nikolaj Bjorner 2019-12-03 14:49:58 +01:00
parent 7f61d08496
commit eec153bb57
4 changed files with 22 additions and 4 deletions

View file

@ -360,8 +360,7 @@ final_check_status theory_diff_logic<Ext>::final_check_eh() {
TRACE("arith_final", display(tout); );
// either will already be zero (as we don't do mixed constraints).
m_graph.set_to_zero(get_zero(true));
m_graph.set_to_zero(get_zero(false));
m_graph.set_to_zero(get_zero(true), get_zero(false));
SASSERT(is_consistent());
if (m_non_diff_logic_exprs) {
return FC_GIVEUP;