Originally posted by: ithu95
Sir, I got the solution by following your steps. Thank you very much.
Sir as a part of my curiosity I need an extension of my problem. In my problem, the Bh is a decision variable. Bh is the camp existence( camp opening) variable. I need to make sure that if Ek is [50,30] or the total value of Ek is not exceeding the camp capacity Caph =100. I need a solution of Bh as [1 0]. That means it is not necessary to open all camps.
To be specific Bh is the opening of an evacuation camp.
If the number of people required to evacuated is more ( exceeds the camp capacity =100) then only another evacuation camp should be opened. How it can be incorporated into this model. That means I need camp filling checking. If one camp is filled then only another need to open. Last night I am thinking deeply about it, but I couldn't get it. You are free to define new variables and constraints.
#CPLEXOptimizers#DecisionOptimization