I'm trying to prepare for my midterm and I was going over some problems out of my algorithm book but can't seem to figure out the following problem:
Find necessary and sufficient conditions on the reals a and b under which the linear program
max: x+y
ax + by <=1
x, y =>0
(a) is infeasible. (b) is unbounded. (c) has a finite and unique optimal solution.
here is what I've come up with: for (a), we can add another constraint: ax+by=>5
I'm not sure what to do about b and c.I'm not sure If I'm allowed to change the constraints I'm already given or add new ones.
Any help will be appreciated. Thanks so much advance.
a
andb
, but may not add or otherwise modify any constraints of the program. Except the part about "necessary and sufficient" means you need to describe a way to determine which of the three cases (if any) applies no matter whata
andb
you're given. – aschepler