mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 09:20:22 +00:00
fix #2779
This commit is contained in:
parent
7f61d08496
commit
eec153bb57
4 changed files with 22 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue