[Help-glpk] verify equation

2012-08-14 Thread Humayun Arafat
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 h

Re: [Help-glpk] verify equation

2012-08-14 Thread glpk xypron
012 22:55:49 -0700 (PDT) > Betreff: [Help-glpk] verify equation > 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 > n