Hi everyone
I am working on a model which basically a knapsack problem. It picks different i’s and allocates stuffs to the i’s.
The model is working and I can see the which i’s are selected for allocation. I also have another variable which calculates the total mass of each allocated i’s. And I want to see what is the value of the related i’s. But I only see a few of them.
I am using display function. what will be the issue??