mirror of
https://github.com/Z3Prover/z3
synced 2026-07-03 05:46:08 +00:00
remove an obsolete m_fail and related from levelwise
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
2d8e866e19
commit
a781f9c0a0
4 changed files with 18 additions and 35 deletions
|
|
@ -1048,9 +1048,6 @@ namespace nlsat {
|
|||
|
||||
levelwise lws(m_solver, ps, max_x, sample(), m_pm, m_am, cache);
|
||||
auto cell = lws.single_cell();
|
||||
if (lws.failed())
|
||||
return false;
|
||||
|
||||
TRACE(lws, for (unsigned i = 0; i < cell.size(); i++)
|
||||
display(tout << "I[" << i << "]:", m_solver, cell[i]) << "\n";);
|
||||
// Enumerate all intervals in the computed cell and add literals for each non-trivial interval.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue