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:
parent
3b9b4d973b
commit
b6513b8e2d
9 changed files with 20 additions and 535 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue