3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 09:35:32 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-04-13 14:00:21 -07:00
parent d3db2af81d
commit 299a6f4aee
2 changed files with 3 additions and 0 deletions

View file

@ -95,6 +95,7 @@ public:
g->inc_depth();
}
result.push_back(g.get());
CTRACE("invertible_tactic", g->mc(), g->mc()->display(tout););
}
void cleanup() override {}