mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
fix parameter collection for tactic-based solvers reported in #3065
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c7a6721bf1
commit
f7747d9e76
|
@ -120,6 +120,7 @@ void tactic2solver::updt_params(params_ref const & p) {
|
|||
}
|
||||
|
||||
void tactic2solver::collect_param_descrs(param_descrs & r) {
|
||||
solver::collect_param_descrs(r);
|
||||
if (m_tactic.get())
|
||||
m_tactic->collect_param_descrs(r);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue