Hi everyone! I have a silo(storage capacity) which is being filled with solid pellets. When the silo is fully filled, the binary variable has to be switched from 0 to 1. How can it be done effectively in MILP?
I have worked it out like this.
silomaxcapacity(s) *(1-y(s, t)) >= silomaxcapacity(s)- silocurrcapacity(s, t);
-silomaxcapacity(s) *(1-y(s, t))