What does feasible solution mean?
John Hall
Updated on March 01, 2026
Definition: A feasible solution to a linear program is a solution that satisfies all constraints. Definition: The feasible region in a linear program is the set of all possible feasible solutions.
What is feasible solution with example?
A feasible solution is one that satisfies all linear and non-linear constraints. For example, if the constraint is Var1*Result1 >= 500, where Result1 is a user-controlled variable, the caller must calculate the value of Result1 and tell the OptQuest Engine the value.
What is feasible solution and optimal solution?
A feasible solution satisfies all the problem’s constraints. An optimal solution is a feasible solution that results in the largest possible objective function value when maximizing (or smallest when minimizing). A graphical solution method can be used to solve a linear program with two variables.
What is feasible and basic feasible solution?
In the theory of linear programming, a basic feasible solution (BFS) is a solution with a minimal set of non-zero variables. This fact is used by the simplex algorithm, which essentially travels from some BFS to another until an optimal one is found.
What is the difference between feasible solution and basic feasible solution?
Degenerate basic feasible solution: A basic feasible solution where one or more of the basic variables is zero. Feasible Solution: A solution that satisfies all the constraints.
What is a feasible solution in LPP?
Feasible solution to a L.P.P: A set of values of the variables, which satisfy all the constraints and all the non-negative restrictions of the variables, is known as the feasible solution (F.S.) to the L.P.P.
What is basic feasible solution to the general LPP?
A solution in P = {x : Ax ≤ b} is called basic feasible if it has n linearly independent active constraints. Definition 3. A solution in P = {x : Ax ≤ b} is called degenerate if it has more than n linearly independent active constraints. Example: Degeneracy does not imply redundancy.
Are non degenerate basic feasible solution is basic feasible solution when?
A basic feasible solution is non-degenerate if there are exactly n tight constraints. Definition 3. A basic feasible solution is degenerate if there are more than n tight constraints. We say that a linear programming problem is degenerate if it contains degenerate vertices or basic feasible solutions.
Which is an example of a feasible solution?
For example, the constraint x1 ≥ 0 means that points representing feasible solutions lie on or to the right of the x2 axis. Similarly, the constraint x2 ≥ 0 means that they also…
What are the constraints for a feasible solution?
…the constraints given above, the feasible solutions must lie within a certain well-defined region of the graph. For example, the constraint x1 ≥ 0 means that points representing feasible solutions lie on or to the right of the x2 axis. Similarly, the constraint x2 ≥ 0 means that they also…
What is a basic feasible solution in linear programming?
Note that this solution can be obtained by solving a system of equations with the constraints 1 and 3 (R1 and R3) in equality. Consequently the vertex C besides being a basic solution is an optimal basic solution .
How is the feasible region of the optimization problem defined?
The feasible region of the optimization problem is defined by all the set of the feasible solutions. In most of the optimization algorithms first, an attempt is made to find the feasible solution and then another attempt is made to locate another feasible solution which will improve the objective function value.