mirror of
https://github.com/Z3Prover/z3
synced 2026-08-07 06:28:18 +00:00
display monadic state
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2cb38a138d
commit
ce9d276294
1 changed files with 2 additions and 1 deletions
|
|
@ -371,7 +371,8 @@ namespace smt {
|
|||
break;
|
||||
}
|
||||
|
||||
TRACE(seq, tout << "monadic solver returned " << result << "\n";);
|
||||
TRACE(seq, tout << "monadic solver returned " << result << "\n";
|
||||
m_monadic.display(tout););
|
||||
|
||||
if (result == l_false) {
|
||||
++th.m_stats.m_regex_monadic_unsat;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue