Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Error in defining the conditional array

    Posted 12/23/15 07:09 AM

    Originally posted by: memop


    Hi.

    We have confronted a problem on defining the following conditional array. Both mod and data files are attached in this topic. We would be glad you if you may help me to solve the errors. 

     

    Thank you.

    Regards. 


    #DecisionOptimization
    #MathematicalProgramming-General


  • 2.  Re: Error in defining the conditional array

    Posted 12/29/15 09:27 AM

    Hi,

    I did 2 small changes.

    1. I put some elements in the .dat in the right order
    2. I rewrote NSub by commenting the k in K to have the same k as in <l,k> in CovLevel

    {int} NSub[s in S][<l,k> in CovLevel] = {j | j in N
    //,k in K
    : LR[k][<l,k>]<t[s][j][k]&&t[s][j][k]<=UR[k][<l,k>]};

    regards


    #DecisionOptimization
    #MathematicalProgramming-General


  • 3.  Re: Error in defining the conditional array

    Posted 12/31/15 05:26 AM

    Originally posted by: memop


    Thank you very much for your help, Alex. 


    #DecisionOptimization
    #MathematicalProgramming-General