3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-20 04:36:41 +00:00

Fixes to pred_tranformer::updt_solver

This commit is contained in:
Arie Gurfinkel 2018-05-31 20:30:35 -07:00
parent 862eef5ec0
commit 502e323678
4 changed files with 79 additions and 26 deletions

View file

@ -223,7 +223,8 @@ class pred_transformer {
~frames() {}
void simplify_formulas ();
pred_transformer& pt () {return m_pt;}
pred_transformer& pt() const {return m_pt;}
const lemma_ref_vector &lemmas() const {return m_lemmas;}
void get_frame_lemmas (unsigned level, expr_ref_vector &out) const {