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.
2 parents 179793b + a204d88 commit dfc6ee5Copy full SHA for dfc6ee5
check/configuration_tmpfile_setup_cplex.sh
@@ -120,7 +120,7 @@ echo "set mip limits treememory ${MEMLIMIT}" >> "${TMPFILE}"
120
echo "set threads ${THREADS}" >> "${TMPFILE}"
121
echo "set parallel 1" >> "${TMPFILE}"
122
echo "set lpmethod 4" >> "${TMPFILE}"
123
-echo "set barrier crossover -1" >> "${TMPFILE}"
+echo "set solutiontype 2" >> "${TMPFILE}"
124
echo "read ${INSTANCE}" >> "${TMPFILE}"
125
echo "display problem stats" >> "${TMPFILE}"
126
echo "${OPTCOMMAND}" >> "${TMPFILE}"
0 commit comments