mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 02:10:23 +00:00
vtable
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
08c4f73e32
commit
7566f088f9
2 changed files with 137 additions and 5 deletions
|
@ -75,5 +75,5 @@ static euf::completion* mk_completion(ast_manager& m, dependent_expr_state& s, p
|
|||
|
||||
tactic * mk_euf_completion_tactic(ast_manager& m, params_ref const& p) {
|
||||
return alloc(dependent_expr_state_tactic, m, p,
|
||||
[](auto& m, auto& p, auto &s) -> dependent_expr_simplifier* { return alloc(euf::completion, m, s); });
|
||||
[](auto& m, auto& p, auto &s) -> dependent_expr_simplifier* { return mk_completion(m, s, p); });
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue