Hi,
Is it possible to solve this equation using glpk?
max(x+y,x'+y')
x + x' = 1
y + y' = 1
variables are binary. It can only take 0 or 1. Maybe the constraints are not necessary.
Can you please help if the equations are correct? I am kind of new in linear programming
and will appreciate the help.
Thanks
Sagor