pwd
in the terminal to see the current folder (i.e., your home folder) and copy/remember this path since it is needed during the installation.bash cplex_studio2211.linux_x86_64.bin
in the terminal to install the IBM ILOG CPLEX Optimization Studio software. You are not allowed to use the default install folder /opt/ibm/ILOG/CPLEX_Studio2211, i.e., use instead for example your home folder (which can be seen by entering pwd
in the terminal) and expand this path for example by /CPLEX_Studio2211 to create a new folder CPLEX_Studio2211 (if this folder does not already exist). This folder will contain the installed IBM ILOG CPLEX Optimization Studio software.export PATH=$PATH:$HOME/CPLEX_Studio2211/cplex/bin/x86-64_linux
export PATH=$PATH:$HOME/CPLEX_Studio2211/cpoptimizer/bin/x86-64_linux
export PATH=$PATH:$HOME/CPLEX_Studio2211/opl/bin/x86-64_linux
Save the updated .bashrc file.
cplex
in the terminal to start IBM(R) ILOG(R) CPLEX(R) Interactive Optimizer (to verify that the IBM ILOG CPLEX Optimization Studio installation was succesful) and quit quit
or q
.cpoptimizer
in the terminal to start IBM(R) ILOG(R) CP Interactive Optimizer and quit quit
or q
.oplrun
in the terminal to start oplrun.