mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
add logging
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1e235659c7
commit
a0359c3035
1 changed files with 1 additions and 1 deletions
|
@ -2951,7 +2951,7 @@ namespace smt {
|
|||
\brief Execute some finalization code after performing the search.
|
||||
*/
|
||||
void context::check_finalize(lbool r) {
|
||||
TRACE("after_search", display(tout););
|
||||
TRACE("after_search", display(tout << "result: " << r << "\n"););
|
||||
display_profile(verbose_stream());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue