mirror of
https://github.com/Z3Prover/z3
synced 2026-07-17 20:45:45 +00:00
fix loop bug in ho_matching and add throttle configurations
This commit is contained in:
parent
d9d3be959c
commit
b2f0d0682a
7 changed files with 35 additions and 1 deletions
|
|
@ -657,6 +657,7 @@ namespace smt {
|
|||
|
||||
if (m_fparams->m_ho_matching) {
|
||||
m_ho_matcher = alloc(euf::ho_matcher, m, m_context->get_trail_stack());
|
||||
m_ho_matcher->set_max_iterations(m_fparams->m_ho_matching_bound);
|
||||
std::function<void(euf::ho_subst&)> on_match = [this](euf::ho_subst& s) {
|
||||
on_ho_match(s);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue