mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 20:35:51 +00:00
move m_intervals to nla_core
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
9b3ebfdd2a
commit
971ae50ba3
11 changed files with 20 additions and 25 deletions
|
@ -29,8 +29,9 @@ core::core(lp::lar_solver& s, reslimit & lim) :
|
|||
m_basics(this),
|
||||
m_order(this),
|
||||
m_monotone(this),
|
||||
m_horner(this),
|
||||
m_grobner(this),
|
||||
m_intervals(this, lim),
|
||||
m_horner(this, &m_intervals),
|
||||
m_grobner(this, &m_intervals),
|
||||
m_emons(m_evars),
|
||||
m_reslim(lim)
|
||||
{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue