mirror of
https://github.com/Z3Prover/z3
synced 2025-11-21 05:06:39 +00:00
Rename pobs into pob_manager
This commit is contained in:
parent
176c0a97f7
commit
1910b4c87c
2 changed files with 8 additions and 7 deletions
|
|
@ -2123,9 +2123,10 @@ void pred_transformer::frames::simplify_formulas ()
|
|||
|
||||
/// pred_transformer::pobs
|
||||
|
||||
pob* pred_transformer::pobs::mk_pob(pob *parent,
|
||||
unsigned level, unsigned depth,
|
||||
expr *post, app_ref_vector const &b) {
|
||||
pob* pred_transformer::pob_manager::mk_pob(pob *parent,
|
||||
unsigned level, unsigned depth,
|
||||
expr *post,
|
||||
app_ref_vector const &b) {
|
||||
|
||||
if (!m_pt.ctx.reuse_pobs()) {
|
||||
pob* n = alloc(pob, parent, m_pt, level, depth);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue