We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612280e commit 59ec61fCopy full SHA for 59ec61f
src/main/scala/solving/SolverMulti.scala
@@ -81,7 +81,7 @@ class SolverMulti(prep: Preparation) {
81
1
82
else
83
Math.ceil(Runtime.getRuntime().availableProcessors() / (if (abandonOrSwitchSlowThreads != 0 && abandonOrSwitchSlowThreads != 4)
84
- 1.4d else 1.6d))).toInt
+ 1.4d else 2d/*1.6d*/))).toInt.min(upperLimitAutoSolverThreads)
85
86
maxSolverThreadsR).max(1)
87
0 commit comments