mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 00:18:45 +00:00
spacer: use same params for all solver pools
This commit is contained in:
parent
1c06229755
commit
c8187886cf
1 changed files with 2 additions and 0 deletions
|
@ -2340,6 +2340,8 @@ void context::init_global_smt_params() {
|
||||||
|
|
||||||
m_pm.updt_params(p);
|
m_pm.updt_params(p);
|
||||||
}
|
}
|
||||||
|
m_pm.updt_params2(p);
|
||||||
|
m_pm.updt_params3(p);
|
||||||
void context::init_lemma_generalizers()
|
void context::init_lemma_generalizers()
|
||||||
{
|
{
|
||||||
reset_lemma_generalizers();
|
reset_lemma_generalizers();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue