mirror of
https://github.com/Z3Prover/z3
synced 2026-08-09 23:42:21 +00:00
add log
This commit is contained in:
parent
979fd5c637
commit
2cb38a138d
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue