3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-26 21:16:02 +00:00

Improve statistics from spacer

This commit is contained in:
Arie Gurfinkel 2017-10-18 13:55:22 -04:00
parent 00a99f01b4
commit 5a37518e58
2 changed files with 33 additions and 3 deletions

View file

@ -253,6 +253,7 @@ class pred_transformer {
app_ref_vector b(m_pt.get_ast_manager());
return mk_pob (parent, level, depth, post, b);
}
unsigned size() const {return m_pinned.size();}
};