Skip to content

Commit 236edad

Browse files
fix #4111
1 parent dc852a6 commit 236edad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/opt/opt_solver.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ namespace opt {
5353
m_params.m_relevancy_lvl = 0;
5454
}
5555
m_params.m_arith_auto_config_simplex = false;
56+
m_params.m_threads = 1; // need to interact with the solver that created model so can't have threads
5657
m_was_sat = false;
5758
// m_params.m_auto_config = false;
5859
}

0 commit comments

Comments
 (0)