What's the problem with this minimal code?
I have some trouble accessing in subscript a matrix

That's the code :

          set Ale;

set Alb;

param Matrice{i in Ale,j in Alb};





solve;

display Matrice[1,1];


data ;





set Ale := Z1, Z2, Z3;

set Alb := X1, X2, X3;

param Matrice : Z1  Z2  Z3 :=
X1               8   2   8
X2               7   3   1
X3               6   5   4;


end;


_________________________________________________________________
Taglia i costi con Messenger! Chiama e videochiama da PC a PC!
http://www.messenger.it/videoconversazioni.aspx
_______________________________________________
Help-glpk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to