mirror of
https://github.com/Z3Prover/z3
synced 2025-10-05 23:43:59 +00:00
remove model converter from transformer operators. Rely on reference in context
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
96f4606a7f
commit
06e3b6cfb8
41 changed files with 61 additions and 74 deletions
|
@ -102,7 +102,7 @@ namespace datalog {
|
|||
|
||||
virtual ~mk_slice() { }
|
||||
|
||||
rule_set * operator()(rule_set const & source, model_converter_ref& mc);
|
||||
rule_set * operator()(rule_set const & source);
|
||||
|
||||
func_decl* get_predicate(func_decl* p) { func_decl* q = p; m_predicates.find(p, q); return q; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue