mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 19:47:52 +00:00
parent
ad6062cd9e
commit
bfca26b972
2 changed files with 5 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue