mirror of
https://github.com/Z3Prover/z3
synced 2025-10-08 00:41:56 +00:00
reorganization of rule_set structure
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5915533170
commit
8f46179def
65 changed files with 778 additions and 10668 deletions
|
|
@ -83,7 +83,7 @@ namespace datalog {
|
|||
|
||||
expr_ref_vector get_tail_conjs(rule const& r);
|
||||
|
||||
void declare_predicates();
|
||||
void declare_predicates(rule_set const& src, rule_set& dst);
|
||||
|
||||
bool rule_updated(rule const& r);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue