mirror of
https://github.com/Z3Prover/z3
synced 2025-07-24 13:18:55 +00:00
track changed monics efficiently
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
42767b9aab
commit
29b5c47a8d
4 changed files with 11 additions and 15 deletions
|
@ -27,7 +27,6 @@ namespace nla {
|
|||
solver(lp::lar_solver& s, params_ref const& p, reslimit& limit, std_vector<lp::implied_bound> & implied_bounds);
|
||||
~solver();
|
||||
const auto& monics_with_changed_bounds() const { return m_core->monics_with_changed_bounds(); }
|
||||
void reset_monics_with_changed_bounds() { m_core->reset_monics_with_changed_bounds(); }
|
||||
void add_monic(lpvar v, unsigned sz, lpvar const* vs);
|
||||
void add_idivision(lpvar q, lpvar x, lpvar y);
|
||||
void add_rdivision(lpvar q, lpvar x, lpvar y);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue