mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 03:57:51 +00:00
rely on is_sat fallback for failed repair-up, add separate file for WIP on lookahead.
This commit is contained in:
parent
13dcfd26dd
commit
d3a6521185
7 changed files with 244 additions and 153 deletions
|
@ -198,6 +198,7 @@ namespace sls {
|
|||
++m_stats.m_num_repair_down;
|
||||
if (p && !p->repair_down(to_app(e)) && !m_repair_up.contains(e->get_id())) {
|
||||
IF_VERBOSE(3, verbose_stream() << "revert repair: " << mk_bounded_pp(e, m) << "\n");
|
||||
TRACE("sls", tout << "revert repair: " << mk_bounded_pp(e, m) << "\n");
|
||||
m_repair_up.insert(e->get_id());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue