mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
produce the first lemma in niil_solver
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
0911fc2bda
commit
49ae42cebd
6 changed files with 136 additions and 66 deletions
|
@ -430,7 +430,6 @@ class theory_lra::imp {
|
|||
}
|
||||
void ensure_niil() {
|
||||
if (!m_niil) {
|
||||
std::cout << "ensure_niil\n";
|
||||
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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue