mirror of
https://github.com/Z3Prover/z3
synced 2025-08-18 09:12:16 +00:00
This commit is contained in:
parent
7dd28708a1
commit
c321fb7726
2 changed files with 11 additions and 26 deletions
|
@ -54,6 +54,8 @@ class bvarray2uf_tactic : public tactic {
|
|||
tactic_report report("bvarray2uf", *g);
|
||||
result.reset();
|
||||
fail_if_unsat_core_generation("bvarray2uf", g);
|
||||
// bvarray2uf_rewriter does not support proofs (yet).
|
||||
fail_if_proof_generation("bvarray2uf", g);
|
||||
|
||||
bool produce_models = g->models_enabled();
|
||||
bool produce_proofs = g->proofs_enabled();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue