Jump to content

Simplex algorithm

From Simple English Wikipedia, the free encyclopedia
Revision as of 21:14, 18 December 2013 by Eptalon (talk | changes) (Created page with "The '''Simplex algorithm''' is an algorithm which is used to solve problemsof Linear programming or linear optimization. It was first used by George Dantzig in 194...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The Simplex algorithm is an algorithm which is used to solve problemsof 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 alfgorithm runs in two distinct steps:

  1. First a solution to the problem is found, or the certainity that no solution exists.
  2. The solution found is improved.

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