Service for Solving Linear Programming Problems

and other interesting typical problems
Русский

Example №4. Solving a Linear Programming Problem Using the Simplex Method.
Finding a Minimum Value of the Function (Artificial Variables)

This solution was made using the calculator presented on the site.
Problem:

Find the minimum value of the function
F = - x1 + 3 x2
subject to the constraints:
Знак системы x1 + 2 x2 4
x1 - x2 1
x1 + x2 8
x1 ≥ 0    x2 ≥ 0    

Solution:

1.This is a necessary condition for solving the problem:
the numbers on the right parts of the constraint system must be non-negative.
This condition is done.

2. This is a necessary condition for solving the problem:
all constraints must be equations.
Знак системы x1 + 2 x2 4
x1 - x2 1
x1 + x2 8
Знак системы x1 + 2 x2 + S1 = 4
x1 - x2 - S2 = 1
x1 + x2 + S3 = 8
S1 ≥ 0, S2 ≥ 0, S3 ≥ 0.   The entered variables S1, S2, S3, are called slack variables.

3. Finding the initial basis and the value of the function F which corresponds to the found initial basis.

What is a basis?
A variable is called a basic variable for an equation if it enters into this equation with a coefficient of one and does not enter into other equations system (provided that there is a non-negative number on the right side of the equation).
If each equation has a basic variable, then they say that the system has a basis.
Variables that are not basic are called non-basic.

What is the idea of the simplex method?
Each basis is corresponded to one function value. One of them is the minimum value of the function F.
We will move from one basis to another.
The next basis will be chosen in such a way that the value of the function F will be no more than we have now.
Obviously, the number of possible bases for any problem is not very large.
So sooner or later the answer will be received.

How will we move from one basis to another?
It is more convenient to record the solution in the form of tables. Each row of the table is equivalent to a system equation. The highlighted row consists of the coefficients of the function (see the table below). This allows us not to rewrite variables every time. It saves time.
In the highlighted row, select a maximum negative coefficient (we can select any negative coefficient).
This is necessary in order to get a value of the function F no more than we have.
Column is selected.
For the positive coefficients of the selected column, we count the coefficient Θ and select the minimum value.
This is necessary in order to get non-negative numbers in the right part of the equations after moving to another basis.
Row is selected.
An element is found that will be basic. Next, we will need to calculate.

Does our system have a basis?
Знак системы x1 + 2 x2 + S1 = 4
x1 - x2 - S2 = 1
x1 + x2 + S3 = 8
There is not a basis in our system. We cannot begin to solve our problem.
We need to find it. To do this, we will solve an auxiliary problem.
If there is not a basic variable in the equation, add an artificial variable to it.
Знак системы x1 + 2 x2 + S1 = 4
x1 - x2 - S2 + R1 = 1
x1 + x2 + S3 = 8
R1 ≥ 0.   The entered variable R1 is called an artificial variable.
Let's consider a function W and we will find its minimum value.
W = R1
W = 1 - x1 + x2 + S2
Non-basic variables are zero. In the mind, we can find the values of the basic variables. (see system)
Function W contains only non-basic variables. Therefore, the value of the function W for this basis can be found in the mind.
x1 = 0   x2 = 0   S2 = 0  
S1 = 4   S3 = 8   R1 = 1  
=> W = 1

Step №1
x1 x2 S1 S2 S3 R1 const. Θ
1 2 1 0 0 0 4 4 : 1 = 4
1 -1 0 -1 0 1 1 1 : 1 = 1
1 1 0 0 1 0 8 8 : 1 = 8
-1 1 0 1 0 0 W - 1
0 3 1 1 0 -1 3
1 -1 0 -1 0 1 1
0 2 0 1 1 -1 7
0 0 0 0 0 1 W - 0
Non-basic variables are zero. In the mind, we can find the values of the basic variables. (see table)
Function W contains only non-basic variables. Therefore, the value of the function W for this basis can be found in the mind. (see the highlighted row in the table)
x2 = 0   S2 = 0   R1 = 0  
x1 = 1   S1 = 3   S3 = 7  
=> W - 0 = 0   => W = 0
There are not any negative coefficients in the highlighted row. Therefore, the minimum value of the function W was found.
The basis was found without artificial variables.
The column corresponding to the artificial variable can be deleted.
As a result, our system has the form:
Знак системы 3 x2 + S1 + S2 = 3
x1 - x2 - S2 = 1
2 x2 + S2 + S3 = 7
F = - x1 + 3 x2
F = -
( 1 + x2 + S2 )
+ 3 x2
= -1 + 2 x2 - S2
Non-basic variables are zero. In the mind, we can find the values of the basic variables. (see system)
Function F contains only non-basic variables. Therefore, the value of the function F for this basis can be found in the mind.
x2 = 0   S2 = 0  
x1 = 1   S1 = 3   S3 = 7  
=> F = -1
The initial basis was found. The value of the function F corresponding to the initial basis was found.

4. Finding a minimum value of the function F.

Step №1
x1 x2 S1 S2 S3 const. Θ
0 3 1 1 0 3 3 : 1 = 3
1 -1 0 -1 0 1
0 2 0 1 1 7 7 : 1 = 7
0 2 0 -1 0 F + 1
0 3 1 1 0 3
1 2 1 0 0 4
0 -1 -1 0 1 4
0 5 1 0 0 F + 4
Non-basic variables are zero. In the mind, we can find the values of the basic variables. (see table)
Function F contains only non-basic variables. Therefore, the value of the function F for this basis can be found in the mind. (see the highlighted row in the table)
x2 = 0   S1 = 0  
x1 = 4   S2 = 3   S3 = 4  
=> F + 4 = 0   => F = -4
There are not any negative coefficients in the highlighted row. Therefore, the minimum value of the function F was found.
Result:

x1 = 4   x2 = 0  

Fmin = -4








© 2010-2024

If you have any comments, please write to siteReshmat@yandex.ru