mirror of
https://github.com/Z3Prover/z3
synced 2025-08-27 21:48:56 +00:00
remove temporary algebraic numbers from upper layers, move to owner module
This commit is contained in:
parent
ea915e5b37
commit
49a071988c
7 changed files with 70 additions and 57 deletions
|
@ -233,7 +233,6 @@ namespace arith {
|
|||
|
||||
// non-linear arithmetic
|
||||
scoped_ptr<nla::solver> m_nla;
|
||||
scoped_ptr<scoped_anum> m_a1, m_a2;
|
||||
|
||||
// integer arithmetic
|
||||
scoped_ptr<lp::int_solver> m_lia;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue