answersLogoWhite

0


Best Answer

Yes. Although possible in real life, it is unlikely in school examples!

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is it possible that there will be no feasible solutions in linear programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is it possible for a linear programming problem to have no solution?

Yes. There need not be a feasible region.


Can a linear programming problem have multiple solutions?

Yes. If the feasible region has a [constraint] line that is parallel to the objective function.


What has the author Shinji Mizuno written?

Shinji Mizuno has written: 'Determination of optimal vertices from feasible solutions in unimodular linear programming' -- subject(s): Accessible book


What is optimal solution?

It is usually the answer in linear programming. The objective of linear programming is to find the optimum solution (maximum or minimum) of an objective function under a number of linear constraints. The constraints should generate a feasible region: a region in which all the constraints are satisfied. The optimal feasible solution is a solution that lies in this region and also optimises the obective function.


Distinguish between integer programming problem and linear programming problem?

Integer programming is a subset of linear programming where the feasible region is reduced to only the integer values that lie within it.


What is the feasible region of a linear programming problem?

After graphing the equations for the linear programming problem, the graph will have some intersecting lines forming some polygon. This polygon (triangle, rectangle, parallelogram, quadrilateral, etc) is the feasible region.


What is optimal feasible solution?

It is usually the answer in linear programming. The objective of linear programming is to find the optimum solution (maximum or minimum) of an objective function under a number of linear constraints. The constraints should generate a feasible region: a region in which all the constraints are satisfied. The optimal feasible solution is a solution that lies in this region and also optimises the obective function.


What has the author Toshinori Munakata written?

Toshinori Munakata has written: 'Matrices and linear programming with applications' -- subject(s): Linear programming, Matrices 'Solutions manual for Matrices and linear programming'


What is degeneracy in linear programing problem?

the phenomenon of obtaining a degenerate basic feasible solution in a linear programming problem known as degeneracy.


Can a linear programming problem have two optimal solutions?

No. However, a special subset of such problems: integer programming, can have two optimal solutions.


Is it possible for an linear programming model to have exact two optimal solutions?

Yes, but only if the solution must be integral. There is a segment of a straight line joining the two optimal solutions. Since the two solutions are in the feasible region part of that line must lie inside the convex simplex. Therefore any solution on the straight line joining the two optimal solutions would also be an optimal solution.


How do you get a feasibility region linear programming?

A feasible region is, in a constrained optimization problem, the set of solutions satisfying all equalities and/or inequalities. On the other hand a linear programming is a constrained optimization problem in which both the objective function and the constraints are linear, therefore a feasible region on a linear programming problem is the set of solutions of the a linear problem. Many algorithms had been designed to successfully attain feasibility at the same time as resolving the problem, e.g. reaching its minimum. Perhaps one of the most famous and extensively utilized is the Simplex Method who travels from one extremal point to another, which happens to be the possible extrema given the convex nature of the problem, by maintaining a fixed number of components to zero, called basic variables. Then, the algorithm arrives to a global minimum generally in polinomial time even if its worst possible case has already been proved to be exponencial, see Klee-Minty's cube.