Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  General

    Posted 05/16/08 12:17 PM

    Originally posted by: SystemAdmin


    [shadi said:]

    hi

    I have an opl program (which solve my generation column problem)
    in order to solve this problem inside my code (opl code) i use many configurations (cp and cplex),
    when i use the command line (oplrun -p "myProject.prj") i get the soluation that i want.

    can i call this project from C#, without to divide it into parts (configurations)???


    thank you
    Kshieboun Shadi



    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: General

    Posted 05/19/08 07:10 PM

    Originally posted by: SystemAdmin


    [Didier Vidal said:]

    Hello,

    Have you looked at the example called 'vellino' in the OPL distribution ?

    It shows how to orchestrate different models with an OPL model that has a 'main' function.
    If you write such a model with a main function, you only need to load the 'main' from your C# code.

    The advantage is that you can test your model orchestration from the OPL IDE.


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 3.  Re: General

    Posted 05/20/08 01:12 PM

    Originally posted by: SystemAdmin


    [shadi said:]

    dear Didier Vidal,

    i have a main function in my model, but how i can
    load the 'main' from my C# code??

    thank you

    #DecisionOptimization
    #OPLusingCPLEXOptimizer