mirror of
https://github.com/Z3Prover/z3
synced 2026-06-24 09:30:31 +00:00
The side-condition of the "if"-split belongs on the edges
This commit is contained in:
parent
bb639af485
commit
c9fb432191
5 changed files with 44 additions and 22 deletions
|
|
@ -613,7 +613,7 @@ namespace seq {
|
|||
SASSERT(first);
|
||||
if (first != var)
|
||||
continue;
|
||||
TRACE(seq, tout << spp(first, m) << " " << mem_pp(m, mem) << "\n");
|
||||
TRACE(seq, tout << spp(first, m) << " " << mem_pp(mem, m) << "\n");
|
||||
|
||||
if (!result) {
|
||||
result = mem.m_regex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue