I am working on this investment problem statement and facing a hard time in formulating the constraint equation.
"Let x1, x2, x3, and x4 denote the binary variables if broker chooses to invest or not in investment options 1, 2, 3, 4. Suppose broker has the following constraints:
*if x3 + x4 ge 1 Then x1 + x2 = 1 and if x3 + x4 = 0 then x1 + x2 ge 0*
How do I combine the above constraints?