mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
fix validator bug returning true for unprocessed case, bug reported in #6116
This commit is contained in:
parent
ce1f3987d9
commit
c6263587c3
3 changed files with 14 additions and 17 deletions
|
@ -355,8 +355,7 @@ namespace euf {
|
|||
if (m_relevancy.enabled())
|
||||
m_relevancy.propagate();
|
||||
if (m_egraph.inconsistent()) {
|
||||
unsigned lvl = s().scope_lvl();
|
||||
s().set_conflict(sat::justification::mk_ext_justification(lvl, conflict_constraint().to_index()));
|
||||
set_conflict(conflict_constraint().to_index());
|
||||
return true;
|
||||
}
|
||||
bool propagated1 = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue