Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
Expand all | Collapse all

declare a parameter using two dependent sets in CPLEX

  • 1.  declare a parameter using two dependent sets in CPLEX

    Posted 08/07/16 11:45 PM

    Originally posted by: Ahmedkaram


    Hi all

    in my model, i have two sets y and x declared as follows 

    {int} y=...;

    {int} x[y]=...;

    i want to declare a parameter using these two sets 

    int n[y][x]=...; 

    how to do this in CPL EX!

    i would appreciate any help

     


    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: declare a parameter using two dependent sets in CPLEX

    Posted 08/08/16 09:26 AM

    Since this is a pure OPL question, you may want to ask it on the OPL Forum.


    #CPLEXOptimizers
    #DecisionOptimization