Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  how may I add CPLEX option in OPL code?

    Posted 03/21/08 12:14 AM

    Originally posted by: SystemAdmin


    [topbull said:]

    In AMPL, I kown I can use "option cplex_option" to set a CPLEX option. But how may I do the same thing in OPL?
    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: how may I add CPLEX option in OPL code?

    Posted 03/21/08 01:04 AM

    Originally posted by: SystemAdmin


    [vblanchard said:]

    In OPL, if you don't want to use a settings file (.ops), you can set CPLEX parameters in the .mod with ILOG script as in
    execute {
      cplex.tilim = 10;
    }

    You will find additional information in the documentation under "Language User's Manual > ILOG Script for OPL > Introduction to scripting > Preprocessing and postprocessing > Changing option values "
    #DecisionOptimization
    #OPLusingCPLEXOptimizer