mirror of
https://github.com/Z3Prover/z3
synced 2025-08-21 10:41:35 +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
|
@ -47,6 +47,8 @@ namespace nla {
|
|||
core& get_core();
|
||||
nlsat::anum_manager& am();
|
||||
nlsat::anum const& am_value(lp::var_index v) const;
|
||||
scoped_anum& tmp1();
|
||||
scoped_anum& tmp2();
|
||||
vector<nla::lemma> const& lemmas() const;
|
||||
vector<nla::ineq> const& literals() const;
|
||||
vector<lp::fixed_equality> const& fixed_equalities() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue