3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-22 11:07:51 +00:00

Enabled proof & core production in fpa2bv and qffp.

This commit is contained in:
Christoph M. Wintersteiger 2015-10-25 15:56:42 +00:00
parent ed94bc2f6b
commit cbf8bd8de1
2 changed files with 13 additions and 17 deletions

View file

@ -56,8 +56,6 @@ class fpa2bv_tactic : public tactic {
proof_converter_ref & pc,
expr_dependency_ref & core) {
SASSERT(g->is_well_sorted());
fail_if_proof_generation("fpa2bv", g);
fail_if_unsat_core_generation("fpa2bv", g);
m_proofs_enabled = g->proofs_enabled();
m_produce_models = g->models_enabled();
m_produce_unsat_cores = g->unsat_core_enabled();