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:
parent
862eef5ec0
commit
502e323678
4 changed files with 79 additions and 26 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue