mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
updated header file for arithmetic solver
This commit is contained in:
parent
0b9c9cbbce
commit
2b4ba5e170
|
@ -218,6 +218,7 @@ 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…
Reference in a new issue