Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  how to build the model in cplex??

    Posted 04/26/12 10:21 AM

    Originally posted by: jasmine52310


    Please help me~~~~
    how to build the model in cplex
    Consider a supply chain network G =(N, A) , where N
    is the set of nodes and A is the set of arcs. Here, N is
    composed by the set of suppliers S , facilities F and
    customers C .
    the math model is in the attach file.
    #DecisionOptimization
    #MathematicalProgramming-General


  • 2.  Re: how to build the model in cplex??

    Posted 04/26/12 03:55 PM

    Originally posted by: SystemAdmin


    I suggest you model this in OPL, the modeling language that comes with CPLEX Optimization Studio.
    It is basically a one-to-one translation of your mathematical model. Of course, the "forall" and "sum" symbols are replaced by textual keywords and there is some more syntax to learn, but starting with the OPL examples you will easily find your way.

    Tobias
    #DecisionOptimization
    #MathematicalProgramming-General