mirror of
https://github.com/Z3Prover/z3
synced 2025-09-04 00:58:07 +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
|
@ -250,7 +250,7 @@ namespace datalog {
|
|||
}
|
||||
|
||||
void mk_subsumption_checker::scan_for_relations_total_due_to_facts() {
|
||||
relation_manager& rm = m_context.get_rmanager();
|
||||
relation_manager& rm = m_context.get_rel_context().get_rmanager();
|
||||
|
||||
decl_set candidate_preds;
|
||||
m_context.collect_predicates(candidate_preds);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue