3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-03 21:09:11 +00:00

Implement get_proof() in bmc and spacer engines

This commit is contained in:
Arie Gurfinkel 2019-08-12 11:03:50 -04:00 committed by Nikolaj Bjorner
parent 876cfb4dc9
commit 375c0ff9a9
4 changed files with 8 additions and 8 deletions

View file

@ -1109,7 +1109,7 @@ public:
expr_ref get_reachable (func_decl* p);
void add_invariant (func_decl *pred, expr* property);
model_ref get_model();
proof_ref get_proof() const;
proof_ref get_proof() const {return get_ground_refutation();}
expr_ref get_constraints (unsigned lvl);
void add_constraint (expr *c, unsigned lvl);