mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
parent
3499fa7f0b
commit
a319f4bf58
2 changed files with 2 additions and 1 deletions
|
@ -1007,6 +1007,7 @@ class solve_eqs_tactic : public tactic {
|
|||
SASSERT(g->is_well_sorted());
|
||||
model_converter_ref mc;
|
||||
tactic_report report("solve_eqs", *g);
|
||||
TRACE("solve_eqs", g->display(tout););
|
||||
m_produce_models = g->models_enabled();
|
||||
m_produce_proofs = g->proofs_enabled();
|
||||
m_produce_unsat_cores = g->unsat_core_enabled();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue