3
0
Fork 0
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:
CEisenhofer 2026-05-12 10:30:29 +02:00
parent bb639af485
commit c9fb432191
5 changed files with 44 additions and 22 deletions

View file

@ -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;