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:
parent
ed94bc2f6b
commit
cbf8bd8de1
2 changed files with 13 additions and 17 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue