I have been trying to enforce the following conditional statement in a MILP:
If $X_1 + 2(X_2 + X_3) = 4$, then $X_4 = 1$.
where $X_1, X_2, X_3, X_4$ are binary. How can I write this in conventional constraints, so that I could use a MILP solver?
Best regards, Hans