mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
fix bug in propagation of parameters to combined solvers
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
bdfa84c6fe
commit
f015e3e4cc
5 changed files with 7 additions and 4 deletions
|
@ -93,6 +93,7 @@ public:
|
|||
{}
|
||||
|
||||
virtual void updt_params(params_ref const & p) {
|
||||
m_params.append(p);
|
||||
m_solver->updt_params(p);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue