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:
parent
23272f0d2f
commit
aeb2f3c4bb
2 changed files with 33 additions and 33 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue