3
0
Fork 0
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:
Nikolaj Bjorner 2013-04-08 13:50:56 -07:00
parent 5915533170
commit 8f46179def
65 changed files with 778 additions and 10668 deletions

View file

@ -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);