My MILP contains the variables tS(x,y,z) , P(x,y,z,x1,y1,z1), x,y,z are sets and x1,y1,z1 are alias of x,y,z.
I would like to solve the relaxation and then display the values of the variables in three columns
(x,y,z)(x1,y1,z1)tS(x,y,z)tS(x1,y1,z1) P(x,y,z,x1,y1,z1)
______
______ _________ ________
…
string means describe which element this is.
Can anyone help me write the proper statement for this?
Thank you