All the generic If-then constraints do not seem to be gaining me any insight into this. I would like to form a mixed-integer program with Lingo which can minimize cost given that a series of:
- When $X < 4$ Then $T \ge 1$ & $Y = 1$
- Otherwise, when $x > 4$, $T = 0$ & $Y = 0$.
This is a network problem to transport solid waste. If there is waste transported then there is a fixed cost plus a cost per unit.