3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-04 02:10:23 +00:00

remove tracking of bounds

This commit is contained in:
Lev Nachmanson 2023-08-20 10:10:48 -07:00
parent 610313946d
commit 9b672bc5cc
2 changed files with 4 additions and 43 deletions

View file

@ -110,11 +110,7 @@ class core {
monic const* m_patched_monic = nullptr;
void check_weighted(unsigned sz, std::pair<unsigned, std::function<void(void)>>* checks);
u_map<unsigned> m_lower_bounds_added, m_upper_bounds_added;
bool can_add_bound(unsigned j, u_map<unsigned>& bounds);
void add_bounds();
public:
// constructor
core(lp::lar_solver& s, params_ref const& p, reslimit&);