mirror of
https://github.com/Z3Prover/z3
synced 2025-10-08 17:01:55 +00:00
parent
6d6881c87a
commit
35f184a6b9
11 changed files with 108 additions and 114 deletions
|
@ -115,7 +115,7 @@ namespace datalog {
|
|||
m_next_relation_fid(0) {}
|
||||
|
||||
virtual ~relation_manager();
|
||||
|
||||
|
||||
void reset();
|
||||
void reset_relations();
|
||||
|
||||
|
@ -155,6 +155,7 @@ namespace datalog {
|
|||
}
|
||||
}
|
||||
|
||||
decl_set collect_predicates() const;
|
||||
void collect_non_empty_predicates(decl_set & res) const;
|
||||
void restrict_predicates(const decl_set & preds);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue