Bland's rule

From Wikipedia, the free encyclopedia
Jump to: navigation, search

In mathematical optimization, Bland's rule (also known as Bland's algorithm or Bland's anti-cycling rule) is an algorithmic refinement of the simplex method for linear optimization.

With Bland's rule, the simplex algorithm solves feasible linear optimization problems without cycling.[1][2][3] There are examples of degenerate linear optimization problems on which the original simplex algorithm would cycle forever. Such cycles are avoided by Bland's rule for choosing a column to enter the basis.

Bland's rule was developed by Robert Gary Bland, now a professor of operations research at Cornell University.

[edit] Algorithm

One uses Bland's rule during an iteration of the simplex method to decide first what column (known as the entering column) and then row (known as the leaving row) in the tableau to pivot on. Assuming that the problem is to minimize the objective function, the algorithm is loosely defined as follows:

  1. Choose the lowest-numbered (i.e., leftmost) nonbasic column t with a positive cost.
  2. Now among the rows choose the one with the lowest ratio between the cost and the index in the matrix where the index is greater than zero. If several rows have the same minimum ratio, choose the first one (i.e., topmost) of them.

[edit] Notes

  1. ^ Bland, Robert G. (May 1977). "New finite pivoting rules for the simplex method". Mathematics of Operations Research 2 (2): 103–107. doi:10.1287/moor.2.2.103. JSTOR 3689647. MR459599. 
  2. ^ Christos H. Papadimitriou, Kenneth Steiglitz (1998-01-29). Combinatorial Optimization: Algorithms and Complexity. Dover Publications. pp. 53–55. 
  3. ^ Brown University - Department of Computer Science (2007-10-18). "Notes on the Simplex Algorithm". http://www.cs.brown.edu/courses/csci1490/notes/day9.pdf. Retrieved 2007-12-17. 

[edit] Further reading


Personal tools
Namespaces
Variants
Actions
Navigation
Interaction
Toolbox
Print/export