3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

fix the merge

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-05-23 03:27:31 -07:00
parent 3b9b4d973b
commit b6513b8e2d
9 changed files with 20 additions and 535 deletions

View file

@ -438,7 +438,7 @@ class theory_lra::imp {
void ensure_nla() {
if (!m_nla) {
m_nla = alloc(nla::solver, *m_solver.get(), m.limit(), ctx().get_params());
m_nla = alloc(nla::solver, *m_solver.get());
m_switcher.m_nla = &m_nla;
for (auto const& _s : m_scopes) {
(void)_s;