mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 02:10:23 +00:00
clean m_nla_lemma_vector in nla_solver
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
87a839c794
commit
26a9b776c6
5 changed files with 7 additions and 6 deletions
|
@ -451,7 +451,7 @@ private:
|
|||
void save_tableau();
|
||||
bool integrality_holds();
|
||||
void calculate_implied_bounds_for_monic(lp::lpvar v);
|
||||
void init_bound_propagation();
|
||||
void init_bound_propagation(vector<nla::lemma> &);
|
||||
}; // end of core
|
||||
|
||||
struct pp_mon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue