In connection with LPP, what is meant by 'unbounded solution' and 'unbounded objective function'? Are they same or they are distinct concepts?
Asked
Active
Viewed 1,553 times
0
-
What is LPP? ${}{}$ – user251257 Mar 16 '16 at 13:46
-
Linear programming problem – user3575652 Mar 17 '16 at 03:46
1 Answers
1
It depends on what you mean by solution. Are solutions optimal or just feasible? Unfortunately, the terminology varies.
Unbound objective function just means that the objective function is unbounded on the feasible set. That is, there is a sequence of feasible points (some called them solutions) with unbounded objective values. Since the feasible set is closed and the objective is continuous, at least one component must be unbounded.
Unbounded solutions, in sense of feasible points, do not imply unbounded objective function, as for example the direction could be orthogonal to vector (gradient) of the objective function.
user251257
- 9,229