mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
towards basic newtral check
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
08d891891e
commit
10871ad76e
3 changed files with 86 additions and 35 deletions
|
@ -430,7 +430,7 @@ class theory_lra::imp {
|
|||
}
|
||||
void ensure_niil() {
|
||||
if (!m_niil) {
|
||||
m_niil = alloc(niil::solver, *m_solver.get(), m.limit(), ctx().get_params(), false);
|
||||
m_niil = alloc(niil::solver, *m_solver.get(), m.limit(), ctx().get_params());
|
||||
m_switcher.m_niil = &m_niil;
|
||||
for (auto const& _s : m_scopes) {
|
||||
(void)_s;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue