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

remove lar_solver from nla_intervals fields

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-06-06 10:17:42 -07:00
parent f5c3484fe2
commit f22252112e
3 changed files with 99 additions and 99 deletions

View file

@ -55,7 +55,7 @@ void solver::pop(unsigned n) {
}
solver::solver(lp::lar_solver& s): m_core(alloc(core, s)), m_intervals(m_core, m_res_limit, s) {
solver::solver(lp::lar_solver& s): m_core(alloc(core, s)), m_intervals(m_core, m_res_limit) {
}
solver::~solver() {