3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-09 09:21:56 +00:00

fix bug in propagation of parameters to combined solvers

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-01-31 17:17:58 -08:00
parent bdfa84c6fe
commit f015e3e4cc
5 changed files with 7 additions and 4 deletions

View file

@ -35,6 +35,7 @@ namespace sat {
m_glue("glue"),
m_glue_psm("glue_psm"),
m_psm_glue("psm_glue") {
m_num_parallel = 1;
updt_params(p);
}