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 ae26eb9 + 64cf497 commit bbd5433Copy full SHA for bbd5433
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