Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  relative gap?

    Posted 02/10/09 10:52 PM

    Originally posted by: SystemAdmin


    [daniel said:]

    Hello,
    I have included this stopping criterion in a model, just before the dvars.

    execute PARAMS {
    cplex.epgap = 0.01;
    }

    There is no .ops in the configuration. When a run it, I can follow the progression in the journal. I see that the relative gap is below 1%. From that point on, nothing is added to the journal but the configuration is still running and I don't have access to the solution.

    Any idea what I'm doing wrong?

    Daniel
    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: relative gap?

    Posted 02/10/09 11:33 PM

    Originally posted by: SystemAdmin


    [daniel said:]

    It's weird, when I run a configuration, it's not running on CPLEX! When I use the ILM, ilmlist, I see that the token for OPL is in use but not the token for CPLEX. Is there a solver in OPL? How can I get CPLEX to run my config?

    Daniel
    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 3.  Re: relative gap?

    Posted 02/16/09 01:34 PM

    Originally posted by: SystemAdmin


    [alain.chabrier said:]

    Hi,

    when solving an OPL model from the OPL IDE with a valid OPL license,  you don' t need a valid CPLEX license.
    The CPLEX license is only mandatory (in addition to the OPL one) when you deploy the model (i.e. using APIs, or oplrun).

    This explains what you see.

    Alain
    #DecisionOptimization
    #OPLusingCPLEXOptimizer