Decision Optimization

Decision Optimization

Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.

 View Only
Expand all | Collapse all

IProblem with installing IBM ILOG 12.6.1 on Ubunt 14

  • 1.  IProblem with installing IBM ILOG 12.6.1 on Ubunt 14

    Posted Mon November 09, 2015 09:37 AM

    Originally posted by: Mr.Hai


    I tried to install ibm ilog 12.6.1 x86-64 on ubuntu 14.04 and it seems that the installation was successful. However, when I tried to launch interactive optimizer by moving the directory to cplex folder and type cplex on terminal. It did not work and it appears that: "command not found". The same thing happened when I tried to open oplide from terminal. 

     

    Anyone encountered same problem and come up with solutions?

    Thanks

     

     


    #DecisionOptimization
    #MathematicalProgramming-General


  • 2.  Re: IProblem with installing IBM ILOG 12.6.1 on Ubunt 14

    Posted Mon November 09, 2015 09:49 AM

    Is the current directory on your $PATH? Usually it is not for security reasons. Try invoking the interactive optimizer as

    ./cplex

    from the directory in which it is located. Or invoke it as

    ~/IBM/cplex/bin/x86-64_linux//cplex

    from any other directory.


    #DecisionOptimization
    #MathematicalProgramming-General