InterviewSolution
Saved Bookmarks
| 1. |
Prove that Z has no maximum value.Maximise Z=-x+2ySubject to constraints:x>=3x+y>=5x+2y>=6y>=0 |
|
Answer» Prove that Z has no maximum value. Maximise Z=-x+2y Subject to constraints: x>=3 x+y>=5 x+2y>=6 y>=0 |
|