mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 21:16:02 +00:00
turn on ho-matcher for completion
This commit is contained in:
parent
1b3c3c2716
commit
0c5b0c3724
10 changed files with 166 additions and 63 deletions
|
@ -23,7 +23,7 @@ namespace euf {
|
|||
m_f = m.mk_func_decl(symbol("f"), m_int, m_int, m_int);
|
||||
|
||||
std::function<void(ho_subst& s)> on_match = [&](ho_subst& s) {
|
||||
s.display(verbose_stream() << "match\n");
|
||||
s.display(verbose_stream() << "match\n");
|
||||
};
|
||||
|
||||
m_matcher.set_on_match(on_match);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue