• Documents
  • Authors
  • Tables
  • Log in
  • Sign up
  • MetaCart
  • DMCA
  • Donate

CiteSeerX logo

Advanced Search Include Citations
Advanced Search Include Citations

A new polynomial-time algorithm for linear programming (1984)

by N Karmarkar
Venue:Combinatorica
Add To MetaCart

Tools

Sorted by:
Results 11 - 20 of 860
Next 10 →

A Course in Combinatorial Optimization

by Alexander Schrijver , 2004
"... ..."
Abstract - Cited by 233 (0 self) - Add to MetaCart
Abstract not found

Algorithms for Sequential Decision Making

by Michael Lederman Littman , 1996
"... Sequential decision making is a fundamental task faced by any intelligent agent in an extended interaction with its environment; it is the act of answering the question "What should I do now?" In this thesis, I show how to answer this question when "now" is one of a finite set of ..."
Abstract - Cited by 213 (8 self) - Add to MetaCart
Sequential decision making is a fundamental task faced by any intelligent agent in an extended interaction with its environment; it is the act of answering the question "What should I do now?" In this thesis, I show how to answer this question when "now" is one of a finite set of states, "do" is one of a finite set of actions, "should" is maximize a long-run measure of reward, and "I" is an automated planning or learning system (agent). In particular,
(Show Context)

Citation Context

...omial in B. There are algorithms for solving rational linear programs that take time polynomial in the numberofvariables and constraints as well as the number of bits used to represent the coe cients =-=[78, 79]-=-. Thus, mdps can be solved in time polynomial in jSj, jAj, and B. Descendants of Karmarkar's algorithm [78] are considered among the most practically e cient linearprogramming algorithms. It is popula...

Primal-Dual Interior-Point Methods for Self-Scaled Cones

by Yu Nesterov, M. J. Todd - SIAM Journal on Optimization , 1995
"... In this paper we continue the development of a theoretical foundation for efficient primal-dual interior-point algorithms for convex programming problems expressed in conic form, when the cone and its associated barrier are self-scaled (see [9]). The class of problems under consideration includes li ..."
Abstract - Cited by 206 (12 self) - Add to MetaCart
In this paper we continue the development of a theoretical foundation for efficient primal-dual interior-point algorithms for convex programming problems expressed in conic form, when the cone and its associated barrier are self-scaled (see [9]). The class of problems under consideration includes linear programming, semidefinite programming and quadratically constrained quadratic programming problems. For such problems we introduce a new definition of affine-scaling and centering directions. We present efficiency estimates for several symmetric primal-dual methods that can loosely be classified as path-following methods. Because of the special properties of these cones and barriers, two of our algorithms can take steps that go typically a large fraction of the way to the boundary of the feasible region, rather than being confined to a ball of unit radius in the local norm defined by the Hessian of the barrier.
(Show Context)

Citation Context

...skii [8] have investigated the essential ingredients necessary to extend several classes of interior-point algorithms for linear programming (inspired by Karmarkar 's famous projective-scaling method =-=[2]-=-) to nonlinear settings. The key element is that of a self-concordant barrier for the convex feasible region. This is a smooth convex function defined on the interior of the set, tending to +1 as the ...

Polynomial Time Approximation Schemes for Dense Instances of NP-Hard Problems

by Sanjeev Arora, David Karger, Marek Karpinski , 1995
"... We present a unified framework for designing polynomial time approximation schemes (PTASs) for "dense" instances of many NP-hard optimization problems, including maximum cut, graph bisection, graph separation, minimum k-way cut with and without specified terminals, and maximum 3-satisfiabi ..."
Abstract - Cited by 189 (35 self) - Add to MetaCart
We present a unified framework for designing polynomial time approximation schemes (PTASs) for "dense" instances of many NP-hard optimization problems, including maximum cut, graph bisection, graph separation, minimum k-way cut with and without specified terminals, and maximum 3-satisfiability. By dense graphs we mean graphs with minimum degree Ω(n), although our algorithms solve most of these problems so long as the average degree is Ω(n). Denseness for non-graph problems is defined similarly. The unified framework begins with the idea of exhaustive sampling: picking a small random set of vertices, guessing where they go on the optimum solution, and then using their placement to determine the placement of everything else. The approach then develops into a PTAS for approximating certain smooth integer programs where the objective function and the constraints are "dense" polynomials of constant degree.

A unified approach to interior point algorithms for linear complementarity problems,”

by M Kojima, N Megiddo, T Noma, A Yoshise - Lecture Notes in Computer Science, , 1991
"... ..."
Abstract - Cited by 186 (8 self) - Add to MetaCart
Abstract not found
(Show Context)

Citation Context

...ramming, quadratic programming, path-following, potential reduction 1. Introduction. Many algorithms (see [10] for references) have been developed for mathematical programming since Karmarkar's paper =-=[8]-=-. See [22] for a survey. We consider here the linear complementarity problem (LCP): Given M 2 R n\Thetan and q 2 R n , find (x; y) 2 R 2n such that y = Mx+ q; (x; y)s0 and x i y i = 0 (i 2 N = f1; . ....

A Subexponential Bound for Linear Programming

by Jiri Matousek, Micha Sharir, Emo Welzl - ALGORITHMICA , 1996
"... We present a simple randomized algorithm which solves linear programs with n constraints and d variables in expected min{O(d 2 2 d n),e 2 d ln(n / d)+O ( d+ln n)} time in the unit cost model (where we count the number of arithmetic operations on the numbers in the input); to be precise, the algorith ..."
Abstract - Cited by 185 (15 self) - Add to MetaCart
We present a simple randomized algorithm which solves linear programs with n constraints and d variables in expected min{O(d 2 2 d n),e 2 d ln(n / d)+O ( d+ln n)} time in the unit cost model (where we count the number of arithmetic operations on the numbers in the input); to be precise, the algorithm computes the lexicographically smallest nonnegative point satisfying n given linear inequalities in d variables. The expectation is over the internal randomizations performed by the algorithm, and holds for any input. In conjunction with Clarkson’s linear programming algorithm, this gives an expected bound of O(d 2 n + e O( √ d ln d) The algorithm is presented in an abstract framework, which facilitates its application to several other related problems like computing the smallest enclosing ball (smallest volume enclosing ellipsoid) of n points in d-space, computing the distance of two n-vertex (or n-facet) polytopes in d-space, and others. The subexponential running time can also be established for some of these problems (this relies on some recent results due to Gärtner).

Approximation Algorithms for Disjoint Paths Problems

by Jon Michael Kleinberg , 1996
"... The construction of disjoint paths in a network is a basic issue in combinatorial optimization: given a network, and specified pairs of nodes in it, we are interested in finding disjoint paths between as many of these pairs as possible. This leads to a variety of classical NP-complete problems for w ..."
Abstract - Cited by 166 (0 self) - Add to MetaCart
The construction of disjoint paths in a network is a basic issue in combinatorial optimization: given a network, and specified pairs of nodes in it, we are interested in finding disjoint paths between as many of these pairs as possible. This leads to a variety of classical NP-complete problems for which very little is known from the point of view of approximation algorithms. It has recently been brought into focus in work on problems such as VLSI layout and routing in high-speed networks; in these settings, the current lack of understanding of the disjoint paths problem is often an obstacle to the design of practical heuristics.

Basis pursuit.

by S Chen, D Donoho - In IEEE the Twenty-Eighth Asilomar Conference onSignals, Systems and Computers, , 1994
"... ..."
Abstract - Cited by 159 (15 self) - Add to MetaCart
Abstract not found

Analysis of a local search heuristic for facility location problems

by Madhukar R. Korupolu, C. Greg Plaxton , Rajmohan Rajaraman - IN PROCEEDINGS OF THE 9TH ANNUAL ACM-SIAM SYMPOSIUM ON DISCRETE ALGORITHMS , 1998
"... In this paper, we study approximation algorithms for several NP-hard facility location problems. We prove that a simple local search heuristic yields polynomial-time constant-factor approximation bounds for the metric versions of the uncapacitated k-median problem and the uncapacitated facility loca ..."
Abstract - Cited by 158 (3 self) - Add to MetaCart
In this paper, we study approximation algorithms for several NP-hard facility location problems. We prove that a simple local search heuristic yields polynomial-time constant-factor approximation bounds for the metric versions of the uncapacitated k-median problem and the uncapacitated facility location problem. (For the k-median problem, our algorithms require a constant-factor blowup in the parameter k.) This local search heuristic was rst proposed several decades ago, and has been shown to exhibit good practical performance in empirical studies. We also extend the above results to obtain constant-factor approximation bounds for the metric versions of capacitated k-median and facility location problems.

Semidefinite optimization

by M. J. Todd - Acta Numerica , 2001
"... Optimization problems in which the variable is not a vector but a symmetric matrix which is required to be positive semidefinite have been intensely studied in the last ten years. Part of the reason for the interest stems from the applicability of such problems to such diverse areas as designing the ..."
Abstract - Cited by 152 (2 self) - Add to MetaCart
Optimization problems in which the variable is not a vector but a symmetric matrix which is required to be positive semidefinite have been intensely studied in the last ten years. Part of the reason for the interest stems from the applicability of such problems to such diverse areas as designing the strongest column, checking the stability of a differential inclusion, and obtaining tight bounds for hard combinatorial optimization problems. Part also derives from great advances in our ability to solve such problems efficiently in theory and in practice (perhaps “or ” would be more appropriate: the most effective computational methods are not always provably efficient in theory, and vice versa). Here we describe this class of optimization problems, give a number of examples demonstrating its significance, outline its duality theory, and discuss algorithms for solving such problems.
(Show Context)

Citation Context

...ersley; see [50] and the references therein. The key contributions of Nesterov and Nemirovski [44, 45] and Alizadeh [1] showed that the new generation of interior-point methods pioneered by Karmarkar =-=[30]-=- for LP could be extended to SDP. In particular, Nesterov and Nemirovski established a general framework for solving nonlinear convex optimization problems in a theoretically e#cient way using interio...

Powered by: Apache Solr
  • About CiteSeerX
  • Submit and Index Documents
  • Privacy Policy
  • Help
  • Data
  • Source
  • Contact Us

Developed at and hosted by The College of Information Sciences and Technology

© 2007-2019 The Pennsylvania State University