Skip to content

Commit dfc6ee5

Browse files
committed
Merge remote-tracking branch 'origin/v10-minor'
2 parents 179793b + a204d88 commit dfc6ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check/configuration_tmpfile_setup_cplex.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ echo "set mip limits treememory ${MEMLIMIT}" >> "${TMPFILE}"
120120
echo "set threads ${THREADS}" >> "${TMPFILE}"
121121
echo "set parallel 1" >> "${TMPFILE}"
122122
echo "set lpmethod 4" >> "${TMPFILE}"
123-
echo "set barrier crossover -1" >> "${TMPFILE}"
123+
echo "set solutiontype 2" >> "${TMPFILE}"
124124
echo "read ${INSTANCE}" >> "${TMPFILE}"
125125
echo "display problem stats" >> "${TMPFILE}"
126126
echo "${OPTCOMMAND}" >> "${TMPFILE}"

0 commit comments

Comments
 (0)