mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
parent
7664429fda
commit
e0a066efa3
1 changed files with 6 additions and 0 deletions
|
@ -405,6 +405,12 @@ namespace smt {
|
|||
TRACE("special_relations", tout << "already: " << a.v2() << " <= " << a.v1() << "\n";);
|
||||
continue;
|
||||
}
|
||||
if (a.v1() == a.v2()) {
|
||||
r.m_explanation.reset();
|
||||
r.m_explanation.push_back(a.explanation());
|
||||
set_conflict(r);
|
||||
return l_false;
|
||||
}
|
||||
// the nodes visited from v1 become target for v2
|
||||
if (r.m_graph.reachable(a.v2(), visited, target, w)) {
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue