mirror of
https://github.com/Z3Prover/z3
synced 2025-10-09 01:11:55 +00:00
factor out relation context for datalog
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8425685ea3
commit
67183ea08a
24 changed files with 799 additions and 569 deletions
|
@ -337,7 +337,7 @@ namespace datalog {
|
|||
// TODO mc, pc
|
||||
m_modified = false;
|
||||
|
||||
m_context.get_rmanager().collect_non_empty_predicates(m_non_empty_rels);
|
||||
m_context.get_rel_context().get_rmanager().collect_non_empty_predicates(m_non_empty_rels);
|
||||
|
||||
unsigned init_rule_cnt = source.get_num_rules();
|
||||
SASSERT(m_rules.empty());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue