- Karmarkar's algorithm
Karmarkar's algorithm is an algorithm introduced by
Narendra Karmarkar in1984 for solvinglinear programming problems. It was the first reasonably efficient algorithm that solves these problems inpolynomial time . Theellipsoid method is also polynomial time but proved to be inefficient in practice.Where is the number of variables and is the number of bits of input to the algorithm, Karmarkar's algorithm requires operations on digit numbers, as compared to such operations for the ellipsoid algorithm. The runtime of Karmarkar's algorithm is thus using FFT-based multiplication (see
Big O notation ).Karmarkar's algorithm falls within the class of
interior point method s: the current guess for the solution does not follow the boundary of the feasible set as in thesimplex method , but it moves through the interior of the feasible region and reaches the optimal solution only asympotically.The Algorithm
Consider a
Linear Programming problem in matrix form:The algorithm determines the next feasible direction toward optimality and scales back by a factor 0 ≤ γ ≤ 1.Karmarkar's algorithm is rather complicated. A simplified version, called the affine-scaling method, proposed and analyzed by others, can be described succinctly as follows. Note that the affine-scaling algorithm, while efficient in practice, is not a polynomial time algorithm. Input: A, b, c, , "stopping criterion", .
do while "stopping criterion" not satisfied if then return unbounded end if end do
Example
Consider the linear programThat is, there are 2 variables and 11 constraints associated with varying values of . This figure shows each iteration of the algorithm as red circle points. The constraints are shown as blue lines.
Patent controversy
At the time he discovered the algorithm, Narendra Karmarkar was employed by
AT&T and they realized that his discovery could be of practical importance. In April 1985, AT&T promptly applied for a patent on Karmarkar's algorithm and that became more fuel for the ongoing controversy over the issue ofsoftware patent s. [cite news
first = Gina
last = Kolata
title = IDEAS & TRENDS; Mathematicians Are Troubled by Claims on Their Recipes
url = http://query.nytimes.com/gst/fullpage.html?res=950DEFD61038F931A25750C0A96F948260
work =The New York Times
date = 1989-03-12] It would seem vague that AT&T applied for a patent on what amounted to a mathematical theorem. Even before the patent was actually granted, it seemed that there wasprior art that might have been applicable. [http://www.cs.cmu.edu/afs/cs.cmu.edu/academic/class/15850c-s96/www/interiorpoint.txt Various posts by Matthew Saltzman, Clemson University] ] Mathematicians who specialize innumerical analysis such asPhilip Gill and others showed that Karmarkar's algorithm is actually equivalent to aprojected Newton barrier method with a logarithmicbarrier function , if the parameters are chosen suitably. [cite journal
last = Gill
first = Philip E.
coauthors = Murray, Walter, Saunders, Michael A., Tomlin, J. A. and Wright, Margaret H.
year = 1986
title = On projected Newton barrier methods for linear programming and an equivalence to Karmarkar’s projective method
journal = Mathematical Programming
volume = 36
issue = 2
pages = 183–209
url = http://www.springerlink.com/content/2781h35w87600923/] Such methods were widely used fornonlinear programming since the 1960s. In fact, one well-known book first published in 1968 described the technique specifically in the context of linear programming. [cite book
author =Anthony V. Fiacco
coauthors =Garth P. McCormick
year = 1968
title = Nonlinear Programming: Sequential Unconstrained Minimization Techniques.
publisher = Wiley
location = New York
isbn = 978-0-471-25810-0 Reprinted bySIAM in 1990 as ISBN 978-0-898712-54-4.] Nevertheless, the patent was eventually granted as US patent|4744026: "Methods and apparatus for efficient resource allocation" in May 1988. The patent, however, proved to be of limited commercial value to AT&T. They built up theKORBX system, an 8-processorAlliant computer incorporating linear programming software using Karmarkar's algorithm, priced at US$8.9 million each, and unsurprisingly they only managed to sell two such systems. Opponents of software patents have further alleged that the patents ruined the positive interaction cycles that previously characterized the relationship between researchers in linear programming and industry, and specifically it isolated Karmarkar himself from the network of mathematical researchers in his field. [Cite web
url=http://eupat.ffii.org/papers/konno95/index.ja.html
title="今野浩: カーマーカー特許とソフトウェア -- 数学は 特許に なるか (Konno Hiroshi: The Kamarkar Patent and Software -- Has Mathematics Become Patentable?)"
publisher=FFII
accessdate=2008-06-27]The patent itself expired in 2005, and the algorithm is presently in the public domain.
References
* Ilan Adler, Narendra Karmarkar, Mauricio G.C. Resende and Geraldo Veiga (1989). "An Implementation of Karmarkar's Algorithm for Linear Programming". "Mathematical Programming", Vol 44, p. 297–335.
* Narendra Karmarkar (1984). "A New Polynomial Time Algorithm for Linear Programming", "Combinatorica", Vol 4, nr. 4, p. 373–395.
Wikimedia Foundation. 2010.