3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-23 19:47:52 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-02 04:46:12 -08:00
parent ad6062cd9e
commit bfca26b972
2 changed files with 5 additions and 4 deletions

View file

@ -41,6 +41,7 @@ class macro_finder_tactic : public tactic {
goal_ref_buffer & result) {
SASSERT(g->is_well_sorted());
tactic_report report("macro-finder", *g);
TRACE("macro-finder", g->display(tout););
bool produce_proofs = g->proofs_enabled();
bool unsat_core_enabled = g->unsat_core_enabled();