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

unresolved in nla_intervals

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-06-06 09:21:45 -07:00
parent a4ad71bf33
commit 9ce2733105
4 changed files with 19 additions and 5 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) {
solver::solver(lp::lar_solver& s): m_core(alloc(core, s)), m_intervals(m_core, m_res_limit, s) {
}
solver::~solver() {