Display variables

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

Hi
I think that when you study the documentation on the PUT command, you will be able to do that yourself.
Cheers
Renger

I thought there might be a way to do this by the DISPLAY command. If I understand you right that’s not possible?

Hi Nikou

Sorry, my misunderstanding. No, using display this is not possible.
Cheers
Renger