3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-08-09 23:42:21 +00:00
This commit is contained in:
Nikolaj Bjorner 2026-08-05 17:22:44 -07:00
parent 979fd5c637
commit 2cb38a138d

View file

@ -371,6 +371,8 @@ namespace smt {
break;
}
TRACE(seq, tout << "monadic solver returned " << result << "\n";);
if (result == l_false) {
++th.m_stats.m_regex_monadic_unsat;
literal_vector lits;