3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00

spacer: use same params for all solver pools

This commit is contained in:
Arie Gurfinkel 2018-05-24 11:18:32 -07:00
parent 1c06229755
commit c8187886cf

View file

@ -2340,6 +2340,8 @@ void context::init_global_smt_params() {
m_pm.updt_params(p);
}
m_pm.updt_params2(p);
m_pm.updt_params3(p);
void context::init_lemma_generalizers()
{
reset_lemma_generalizers();