You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: install.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -219,7 +219,7 @@ if [[ -z $( which cplex ) ]]; then
219
219
echo"Either CPLEX is not installed, or you haven't added the location of the 'cplex' binary to the path."
220
220
echo"If you can't install CPLEX, be sure to change the 'solver' setting in settings.yml to a different solver (recommended alternative: 'HiGHS')."
221
221
elif [[ -z$(echo$( which cplex)| grep -E "201") ]];then
222
-
echo"ABCE and A-LEAF require CPLEX 20.1, but it appears that you have a different version installed."
222
+
echo"ABCE requires CPLEX 20.1, but it appears that you have a different version installed."
223
223
echo"If you can't install CPLEX 20.1, be sure to change the 'solver' setting in settings.yml to a different solver (recommended alternative: 'HiGHS')."
0 commit comments