Skip to content

Commit 41cd2fc

Browse files
committed
removing ALEAF reference in comment
1 parent 883bee7 commit 41cd2fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ if [[ -z $( which cplex ) ]]; then
219219
echo "Either CPLEX is not installed, or you haven't added the location of the 'cplex' binary to the path."
220220
echo "If you can't install CPLEX, be sure to change the 'solver' setting in settings.yml to a different solver (recommended alternative: 'HiGHS')."
221221
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."
223223
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')."
224224
else
225225
echo "CPLEX 20.1 found on the path."

0 commit comments

Comments
 (0)