Question:

If the constraints in a linear programming problem are changed then

Updated On: Jun 18, 2022
  • The problem is to be re-evaluated.
  • Solution is not defined.
  • The objective function has to be modified.
  • The change in constraints is ignored.
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

The above question asks for the impact of change in constraints on the Linear programming problem. In this scenario, when there is a change in constraint, the solution will change definitely. Whether the solution exists or not, we can only find once the problem is re-evaluated.
In an LPP, the objective function is related to the main objective of any problem, either we have to maximize or minimize the function based on the situation whereas the constraints is related to physical restrictions in achieving the defined objective function. In real life problems, there might be situations when the constraints change, but objective function does not changes to accommodate the change in constraints. Thus, if constraints in linear programming problem is changed, the problem has to be re-evaluated for the same objective function and after solving we can find whether the solution exists or not.
Was this answer helpful?
0
0

Concepts Used:

Linear Programming Problems

The Linear Programming Problems (LPP) is a problem that is concerned with finding the optimal value of the given linear function. The optimal value can be either maximum value or minimum value. Here, the given linear function is considered an objective function. The objective function can contain several variables, which are subjected to the conditions and it has to satisfy the set of linear inequalities called linear constraints.

Linear Programming Simplex Method

Step 1: Establish a given problem. (i.e.,) write the inequality constraints and objective function.

Step 2: Convert the given inequalities to equations by adding the slack variable to each inequality expression.

Step 3: Create the initial simplex tableau. Write the objective function at the bottom row. Here, each inequality constraint appears in its own row. Now, we can represent the problem in the form of an augmented matrix, which is called the initial simplex tableau.

Step 4: Identify the greatest negative entry in the bottom row, which helps to identify the pivot column. The greatest negative entry in the bottom row defines the largest coefficient in the objective function, which will help us to increase the value of the objective function as fastest as possible.

Step 5: Compute the quotients. To calculate the quotient, we need to divide the entries in the far right column by the entries in the first column, excluding the bottom row. The smallest quotient identifies the row. The row identified in this step and the element identified in the step will be taken as the pivot element.

Step 6: Carry out pivoting to make all other entries in column is zero.

Step 7: If there are no negative entries in the bottom row, end the process. Otherwise, start from step 4.

Step 8: Finally, determine the solution associated with the final simplex tableau.