Skip to content

Commit

Permalink
fix #4111
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Apr 26, 2020
1 parent dc852a6 commit 236edad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/opt/opt_solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 236edad

Please sign in to comment.