mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
Nra add term (#4331)
* n Signed-off-by: Lev Nachmanson <levnach@hotmail.com> * do not create assumptions Signed-off-by: Lev Nachmanson <levnach@hotmail.com> * disable nra_solver Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
0c91109577
commit
6a4062809d
2 changed files with 36 additions and 18 deletions
|
@ -28,8 +28,8 @@ core::core(lp::lar_solver& s, reslimit & lim) :
|
|||
m_order(this),
|
||||
m_monotone(this),
|
||||
m_intervals(this, lim),
|
||||
m_horner(this),
|
||||
m_monomial_bounds(this),
|
||||
m_horner(this),
|
||||
m_pdd_manager(s.number_of_vars()),
|
||||
m_pdd_grobner(lim, m_pdd_manager),
|
||||
m_emons(m_evars),
|
||||
|
@ -1474,7 +1474,7 @@ lbool core::check(vector<lemma>& l_vec) {
|
|||
m_tangents.tangent_lemma();
|
||||
}
|
||||
|
||||
#if 0
|
||||
#if 1
|
||||
if (l_vec.empty() && !done())
|
||||
ret = m_nra.check();
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue