mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 11:37:54 +00:00
using a queue for disequality propagaiton was a regression: values of numerals can change along the same stack so prior passing the filter does not mean it passes later.
This commit is contained in:
parent
79b4357442
commit
c41b6da6bb
2 changed files with 3 additions and 5 deletions
|
@ -218,7 +218,6 @@ namespace arith {
|
|||
svector<euf::enode_pair> m_equalities; // asserted rows corresponding to equalities.
|
||||
svector<theory_var> m_definitions; // asserted rows corresponding to definitions
|
||||
svector<std::pair<euf::th_eq, bool>> m_delayed_eqs;
|
||||
unsigned m_delayed_eqs_qhead = 0;
|
||||
|
||||
literal_vector m_asserted;
|
||||
expr* m_not_handled{ nullptr };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue