3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-05 10:50:24 +00:00

factor out inherit_properties

This commit is contained in:
Arie Gurfinkel 2018-05-21 09:24:57 -07:00
parent 23272f0d2f
commit aeb2f3c4bb
2 changed files with 33 additions and 33 deletions

View file

@ -812,6 +812,7 @@ class context {
// Initialization
void init_lemma_generalizers(datalog::rule_set& rules);
void inherit_properties(const decl2rel& rels);
bool check_invariant(unsigned lvl);
bool check_invariant(unsigned lvl, func_decl* fn);