3
0
Fork 0
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:
Nikolaj Bjorner 2014-05-09 11:24:36 -07:00
parent 1e235659c7
commit a0359c3035

View file

@ -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());
}