nonstandard simplex algorithm for linear programming southeast university ping-qi pan

16
NONSTANDARD SIMPLEX ALGORITHM FOR LINEAR PROGRAMMING Southeast University Ping-Qi Pan

Upload: clement-wilkins

Post on 18-Jan-2018

230 views

Category:

Documents


10 download

DESCRIPTION

1.Introduction 1.1. Historical story * Simplex algorithm (G. B. Dantzig 1947) * Software (Orchard-Hays 1954) * Exponential complexity of SA (Klee and Minty 1972) * Degeneracy and cycling (Hoffman 1953 and Beale 1955) * Ellipsoid algorithm ( Khachiyan 1979) * Interior-point algorithm ( Karmarkar 1984)

TRANSCRIPT

Page 1: NONSTANDARD SIMPLEX ALGORITHM FOR LINEAR PROGRAMMING Southeast University Ping-Qi Pan

NONSTANDARD SIMPLEX ALGORITHM FOR LINEAR

PROGRAMMING

Southeast University Ping-Qi Pan

Page 2: NONSTANDARD SIMPLEX ALGORITHM FOR LINEAR PROGRAMMING Southeast University Ping-Qi Pan

Abstract The simplex algorithm travels, on the underlying polyhedron, from vertex to vertex until reaching an optimal vertex. With the same simplex framework, the proposed algorithm generates a series of feasible points (not necessarily vertices). In particular, it is exactly an interior point algorithm if the initial point used is interior. Computational experiments show that the algorithm is very efficient, relative to the conventional simplex algorithm. It terminates at an approximate optimal vertex, or at an optimal vertex if a simple purification is incorporated.

Page 3: NONSTANDARD SIMPLEX ALGORITHM FOR LINEAR PROGRAMMING Southeast University Ping-Qi Pan

1. Introduction1.1. Historical story* Simplex algorithm (G. B. Dantzig 1947)* Software (Orchard-Hays 1954)* Exponential complexity of SA (Klee and Minty 1972) * Degeneracy and cycling (Hoffman 1953 and Beale 1955)* Ellipsoid algorithm ( Khachiyan 1979) * Interior-point algorithm ( Karmarkar 1984)

Page 4: NONSTANDARD SIMPLEX ALGORITHM FOR LINEAR PROGRAMMING Southeast University Ping-Qi Pan

* Affine scaling algorithm ( Dikin 1967)

1.2. Advantages and disadvantages

1.3. Pan’s work : • The obtuse-angle principle(1990)• Bisection simplex algorithm (1991)• The most-obtuse-angle rules(1997)• Deficient basis and projective pivot algorithms

(1997-)• Nested pricing (2008-) • Affine-scaling pivot algorithm (submitted)

Page 5: NONSTANDARD SIMPLEX ALGORITHM FOR LINEAR PROGRAMMING Southeast University Ping-Qi Pan

1.4. Main features of the proposed algorithm • based on the simplex framework• uses a new column rule• can start with any feasible point• Just an interior-point algorithm if starting with

an interior point • achieves an approximate optimal vertex• achieves an optimal vertex if a simple

purification is carried out.

Page 6: NONSTANDARD SIMPLEX ALGORITHM FOR LINEAR PROGRAMMING Southeast University Ping-Qi Pan
Page 7: NONSTANDARD SIMPLEX ALGORITHM FOR LINEAR PROGRAMMING Southeast University Ping-Qi Pan
Page 8: NONSTANDARD SIMPLEX ALGORITHM FOR LINEAR PROGRAMMING Southeast University Ping-Qi Pan
Page 9: NONSTANDARD SIMPLEX ALGORITHM FOR LINEAR PROGRAMMING Southeast University Ping-Qi Pan
Page 10: NONSTANDARD SIMPLEX ALGORITHM FOR LINEAR PROGRAMMING Southeast University Ping-Qi Pan
Page 11: NONSTANDARD SIMPLEX ALGORITHM FOR LINEAR PROGRAMMING Southeast University Ping-Qi Pan
Page 12: NONSTANDARD SIMPLEX ALGORITHM FOR LINEAR PROGRAMMING Southeast University Ping-Qi Pan
Page 13: NONSTANDARD SIMPLEX ALGORITHM FOR LINEAR PROGRAMMING Southeast University Ping-Qi Pan
Page 14: NONSTANDARD SIMPLEX ALGORITHM FOR LINEAR PROGRAMMING Southeast University Ping-Qi Pan
Page 15: NONSTANDARD SIMPLEX ALGORITHM FOR LINEAR PROGRAMMING Southeast University Ping-Qi Pan
Page 16: NONSTANDARD SIMPLEX ALGORITHM FOR LINEAR PROGRAMMING Southeast University Ping-Qi Pan