mirror of
https://github.com/Z3Prover/z3
synced 2025-05-30 10:49:12 +00:00
fix #4111
This commit is contained in:
parent
dc852a6f83
commit
236edad8dc
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ namespace opt {
|
||||||
m_params.m_relevancy_lvl = 0;
|
m_params.m_relevancy_lvl = 0;
|
||||||
}
|
}
|
||||||
m_params.m_arith_auto_config_simplex = false;
|
m_params.m_arith_auto_config_simplex = false;
|
||||||
|
m_params.m_threads = 1; // need to interact with the solver that created model so can't have threads
|
||||||
m_was_sat = false;
|
m_was_sat = false;
|
||||||
// m_params.m_auto_config = false;
|
// m_params.m_auto_config = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue