Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  integer matrix

    Posted 02/26/13 04:03 PM

    Originally posted by: SystemAdmin


    I have a integer matrix Hm
    int HmFaculty;

    ct9 : forall(i in Faculty,j in Topic, r in Room,t in {2..HmFaculty})

    Allocation[i][j][1][r]-Allocation[i][j][t][r]<=0;

    Error: cannot use type range for int.
    Please somebody help me out on this. I am stuck over here.
    #DecisionOptimization
    #MathematicalProgramming-General


  • 2.  Re: integer matrix

    Posted 02/26/13 05:51 PM

    Originally posted by: SystemAdmin


    This appears to be an OPL question, so I suggest you try the OPL forum. Also, to facilitate reading your post, surround any code with the code tag (the word 'code' surrounded by braces {}, as shown in the Plain Text Help window on the right when posting).

    Paul

    Mathematicians are like Frenchmen: whenever you say something to them, they translate it into their own language, and at once it is something entirely different. (Goethe)
    #DecisionOptimization
    #MathematicalProgramming-General