Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Can not run examples

    Posted 03/20/08 09:23 PM

    Originally posted by: SystemAdmin


    [cplex_ma said:]

    Hi,

    I just started working with ILOG CLPEX and I wanted to run some examples to have a better understanding. "make" works and I can see "object" files being created, but when I want to run for example:
    ilolpex1 -r
    -bash: ilolpex1: command not found

    I face the problem.

    Any ideas appreciated

    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Can not run examples

    Posted 03/21/08 02:28 AM

    Originally posted by: SystemAdmin


    [EdKlotz said:]

    > I just started working with ILOG CLPEX and I wanted to run some examples to have a > better understanding. "make" works and I can see "object" files being created, but
    > when I want to run for example:
    > ilolpex1 -r
    > -bash: ilolpex1: command not found

    The most likely reasons are either that the make command didn't create the ilolpex1
    executable due to a linker error after the object files were created, or that the
    directory from which you issued the command is not on the path.  So, check your
    path variable, and verify that the current directory (i.e. the '.' directory) appears on your
    path. 

    #CPLEXOptimizers
    #DecisionOptimization