The following lines must be added at the end of the model :
parameter RESULT(*,*);
RESULT(‘LAND’,’TOTAL’) = LAND.L;
RESULT(‘LAND’,’MARGINAL’) = LAND.M;
RESULT(‘LABOUR’,’TOTAL’) = LABOUR.L;
RESULT(‘LABOUR’,’MARGINAL’) = LABOUR.M;
display result;
Download the solution model here : primal2_result.zip.