3
0
Fork 0
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:
Nikolaj Bjorner 2025-07-07 14:08:51 +02:00
parent 1b3c3c2716
commit 0c5b0c3724
10 changed files with 166 additions and 63 deletions

View file

@ -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);