mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +00:00
fix #4111
This commit is contained in:
parent
dc852a6f83
commit
236edad8dc
|
@ -53,6 +53,7 @@ namespace opt {
|
|||
m_params.m_relevancy_lvl = 0;
|
||||
}
|
||||
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_params.m_auto_config = false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue