3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

disable interval lemmas

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-06-18 11:40:38 -07:00
parent faf39259b2
commit 8955509023
8 changed files with 1 additions and 516 deletions

View file

@ -27,7 +27,6 @@
#include "math/lp/nla_monotone_lemmas.h"
#include "math/lp/emonomials.h"
#include "math/lp/nla_settings.h"
#include "math/lp/nla_intervals.h"
namespace nla {
template <typename A, typename B>
@ -83,7 +82,6 @@ public:
vector<lemma> * m_lemma_vec;
svector<lpvar> m_to_refine;
tangents m_tangents;
intervals m_intervals;
basics m_basics;
order m_order;
monotone m_monotone;