mirror of
https://github.com/Z3Prover/z3
synced 2025-07-29 07:27:57 +00:00
fix substitution bug in qe, working on boogie trace
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
67aaec872a
commit
324dc5869d
47 changed files with 769 additions and 414 deletions
|
@ -97,7 +97,7 @@ namespace datalog {
|
|||
return 0;
|
||||
}
|
||||
|
||||
relation_manager & rm = m_context.get_rel_context().get_rmanager();
|
||||
relation_manager & rm = m_context.get_rel_context()->get_rmanager();
|
||||
rule_set::decl2rules::iterator it = source.begin_grouped_rules();
|
||||
rule_set::decl2rules::iterator end = source.end_grouped_rules();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue