Jump to content

Simplex algorithm

From Simple English Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
The red line is one solution of the problem.

The Simplex algorithm is an algorithm which is used to solve problems of Linear programming or linear optimization. It was first used by George Dantzig in 1947, but other people like Kantorovich laid the foundations in 1939. The algorithm runs in two steps:

  1. First a solution to the problem is found, or the certainty that no solution exists.
  2. The solution found earlier is improved, if this is possible.

Step 2 is run multiple times: Each time, a given solution is improved, until this is no longer possible.