Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Using .ops (settings files) from C++

    Posted 12/31/08 11:48 PM

    Originally posted by: SystemAdmin


    [camkego said:]


    When invoking CPLEX models using classes from "iloopl.h", and "ilocplex.h",
    its not clear to me whether I can associate a '.ops' file with a model so that
    my Cplex can use settings that I have configured use the IDE.


    I am not using IloOplProject, but rather IloOplModelSource,IloOplDataSource,etc.

    Must my code specifically tweak setting to match the .ops file,
    or can I tell OPL/Cplex to get their settings from the .ops file somehow?

    thanks,
    C


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: Using .ops (settings files) from C++

    Posted 01/02/09 01:37 PM

    Originally posted by: SystemAdmin


    [jfk said:]

    hello there,
    it seems that there are:
    IloOplProject and IloOplRunConfiguration API.
    please read: ILOG OPL Development Studio 6.1.1 > Interfaces > Interfaces User’s Manual > Tutorial > Using run configuration and projects

    I hope it helps
    cheers

    #DecisionOptimization
    #OPLusingCPLEXOptimizer