1 date: February 23, 1998 le: papar1. coecient pivoting rule. a particular form of the simplex algorithm.

Size: px
Start display at page:

Download "1 date: February 23, 1998 le: papar1. coecient pivoting rule. a particular form of the simplex algorithm."

Transcription

1 1 date: February 23, 1998 le: papar1 KLEE - MINTY EAMPLES FOR (LP) Abstract : The problem of determining the worst case behavior of the simplex algorithm remained an outstanding open problem for more than two decades. In the begining of the 70s, Klee and Minty [9] solved this problem by constructing linear examples on which an exponential number of iterations is required before optimality occurs. In this paper we present the Klee - Minty examples and show how they can be used to show exponential worst case behavior for some well known pivoting rules. 1. Introduction. The problem of determining the worst case behavior of the simplex algorithm remained an outstanding open problem for more than two decades. In the begining of the 70s, Klee and Minty in their cassical paper [9] showed the most commonly used pivoting rule, i.e., Dantzig's [5] largest coecient pivoting rule, performs exponentially bad on some specially constructed linear problems, known today as Klee - Minty examples. Later on, Jeroslow [8] showed similar behavior for the imum improvement pivoting rule. He showed this result by slightly modifying Klee - Minty examples. The Klee - Minty examples have been used by several researchers to show exponential worst case behavior for the great majority of the practical pivoting rules. Avis and Shvatal [1] and independenly, Murty [10],p.439, showed exponential behavior for Bland's [2] least index pivoting rule and Goldfarb and Sit [7] for the steepest edge simplex method [5]. Recently, Roos[13] established exponential behavior for Terlaky's [14] criss - cross method and Paparrizos [11] for a number of pivoting rules some of which use past history. Similar results have been derived by Paparrizos [12] for his dual exterior point algorithm and Dosios and Paparrizos [6] for a new primal dual pivoting rule [3]. In this paper we present the Klee - Minty examples and show some of their properties are used in deriving complexity results of the simplex algorithm. These properties are then used to show exponential behavior for two pivoting rules the least index and the imum coecient pivoting rule. The paper is self contained. Next section describes a particular form of the simplex algorithm. The Klee - Minty examples and their properties are presented in section 3. Section 4 is devoted to complexity results. 2.The simplex algorithm. In describing our results we nd it convenient to use the dictionary form [4] of the simplex algorithm. We will see in the next section this form exhibits some advantages in describing the properties of the Klee - Minty examples. Consider the linear problem in standard form z = c T x s:t: Ax = b (1) x 0 where c x 2 R n b 2 R m A 2 R mn and superscript T denotes transpotition. Without loss of generality wemayassume A is of full row rank, i.e., rank(a) =m (m <n). A basis for problem (1) is a set of indeces B f1 2 ::: ng containing exactly m indices. The element ofb, the components of c and x and the columns of A indexed by B are called basic while the remaining ones are called non basic. Thesetofnonbasic indices is denoted by N N = f1 2 ::: ng B. We also denote by B (N) the submatrix of A containing the columns indexed by B (N). The components of avector x indexed by B (N) are denoted by x B (x N ). With this notation at hand the equality constraints of (1) are written in the form Bx B + Nx N = b: (2) If B is a nonsingular matrix we can set x N =0 and compute x B from (2). Then, we nd x B = B ;1 b. The non singular matrix B is called basic matrix or basis. The solution x N =0and x B = B ;1 b is called basic solution. If, in addition, it is x B = B ;1 b 0, then x B x N is a basic feasible solution. Geometrically, a basic feasible solution of (1) corresponds to a vertex of the polyhedral set of the feasible region.

2 le: papar1 date: February 23, If B is non singular we can express the basic variables x B as a function of the non basic variable x N.Wehave from (2) x B = ;B ;1 Nx N + B ;1 b: (3) Using (3), the objective function of problem (1) is written in the form min hi n;m+1 ;h i N [q] :1 i m h i N [q] < 0 The basic variable x k is called leaving variable. Then, the entering variable x l takes the place of the leaving variable and vice versa, i.e., it is set B[p] N[q] and N[q] B[p]: : z = c T B x B + c T N x N = c T B(;B ;1 Nx N + B ;1 b)+c T N x N = (;c T B B;1 N + c T N)x N + c T B B;1 b: (4) At every iteration the simplex algorithm constructs the system of equations (3) and (4). Let the current feasible basis be B. The corrensponding system of equations is written in the form z = (;c T B B;1 N + c T N )x N + c T B B;1 b x B = ;B ;1 Nx N + B ;1 b (5) We denote the coecients of x N and the constant terms of (5) by H, i.e., c T N ; ct B B;1 N c T B B;1 b ;B ;1 N B ;1 b = H The top row of H, row zero, is devoted to the objective function. Some times we call it cost row. The remaining rows are numbered 1 2 ::: m. The i-th row, 1 i m, corresponds to the basic variable x B[i], where B[i] denotes the i- th element of B. Similarly, the j-th column of H 1 j n ; m, corresponds to non basic variable x N [j]. The last column of H corresponds to the constant terms. We denote the entries of H by h ij. It is well known if h 0j 0, for j = 1 2 ::: n; m, then x B x N is an optimal solution to (1). In this case the algorithm terminates. Otherwise, a nonbasic variable x N [q] = x l such h 0 N [q] > 0ischosen. Variable x l is called entering variable. If the condition h i N [q] 0 for i =1 2 ::: m holds, problem (1) is unbounded and the algorithm stops. Otherwise, the basic variable x B[p] = x k, is determined by the following minimum ratio test x B[p] ;h r N [q] = Thus, a new basis B is contructed and the procedure is repeated. Let H be the tableau corresponding to the new basis B. It is easily seen h ij = ; h pj h pq if i = p = h iq h pq if i 6= p j = q = h ij h pj h pq otherwise (6) 3. Klee - Minty examples. The Klee - Minty examples of order n are the linear problems of the form n " n;j x j s:t: x 1 1 (7) 2 " i;j x j + x i 1 i =2 3 ::: n x j 0 2 ::: n where 0 <" 1=3. In this section we will show the feasible region of (7) is a slightly perturbed cube of dimension n, see Figures 1 and 2. The optimal solution is (0 0 ::: 1) 2 R n x 2 (0 1) (1 1 ; 2") (0 0) (1 0) x 1 Figure 1. Feasible region of Klee - Minty example of order n =2

3 3 date: February 23, 1998 le: papar1 x 3 (0 0 1) (1 0 1 ; 2" ; 2" 2 ) (0 0 0) (0 1 ; 2" 1 ; 2" ; 2" 2 ) (1 1 ; 2" 1 ; 2" 2 ) (0 1 0) (1 0 0) x 2 x 1 (1 1 ; 2" 0) Figure 2. Feasible region of Klee - Minty example of order n =3 and the optimal value is 1. A cube of dimension n has 2 n vertices. In the next section we will describe pivoting rules force the simplex method to pass through all the vertices of the Klee - Minty examples. These pivoting rules require 2 n ; 1 iterations before optimallity is reached and, hence, they are exponential. The standard form of linear problem (1) is n " n;j x j s:t: x 1 + x n+1 =1 (8) 2 " i;j x j + x n+i =1 i =2 3 ::: n x j 0 2 ::: 2n where x n+i 1 i n, is the slack variable corresponding to the i-th inequality constraint of problem (7). We will be intrested in basic solutions of (8) such, for each j =1 2 ::: n either x j or x n+j is basic but not both. Such a basic solution is called distinguished. A tableau corresponding to a distinguished basis is called distinguished tableau. In order to facilitate the presentation we nd it convenient tointroduce the set Q of all zero - one n-sequences (a 1 a 2 ::: a n )such a j = 0 if x j is nonbasic and x n+j is basic = 1 if x n+j is nonbasic and x j is basic: We denote the distinguished basis corresponding to the sequence (0 0 ::: 0) by ^B and the tableau corresponding to ^B by ^H. Itis ^B = fn +1 n+2 ::: 2ng. It is easily veried ^h ij = " n;j if i =0 j n = ;1 if 1 i = j n = 0 if 1 i < j j 6= n +1 = ;2" i;j if i>j (9) = 1 if i n and j = n +1 Tableau ^H is sometimes called initial. A distinguished tableau H corresponding to (a 1 a 2 ::: a n ) 2 Q is constructed by starting from ^H and pivoting only on elements h pp such a p = 1. Using this procedure and relations (6) and (9) we easily conclude h pp = ;1 for p =1 2 ::: n h ij = 0 for 1 i n ; 1 i j n (10) for each distinguished tableau H. Lemma 1. Let B be an arbitrary distinguished basis and H the corresponding tableau. Then h ij + h pj h ip = ;h ij j < p < n i 2 (11) h 0j + h pj h 0j = 0 j <p n i =0: (12) Proof. It suces to show the following induction hypothesis. If the distinguished tableau H satises (11) and (12) and a pivot operation is performed on h rr 1 r n, resulting in tableau H, then H satises (11) and (12) as well. Observe relations (11) and (12) are satised by the initial tableau ^H. So, assume H satises (11) and (12) and a pivot operation is performed on element h rr = ;1. Then, we have from (6) and (10) h ij = h ij + h rj hir i6= r j6= r = ; h ij i6= r j= r (13) = h ij Otherwise:

4 le: papar1 date: February 23, Combining (13) and the induction hypothesis we have h ij = ; h ij if i =0 j r = ; h ij if i>r j r = ; h ij + h rj hir = ; h ii + h rj hir if i>r j = n +1 (14) if i =0 j = n +1 = ; h ij otherwise: There are two cases to be considered, p r and p>r. From relations (14) we have h ij = ; h ij h ip = ; h ip and h pj = h pj for p r and h ij = ; h ij h ip = h ij and h pj = ; h pj for p>r In both cases, h ij + h pj h ip = ; h ij ; h pj h ip = h ij = ;h ij This proves (11). The proof of (12) is similar. Lemma 1 shows pivoting on element h pp of a distinguished tableau H is very easily performed. Just change the signs of the entries h ij such i = p and j p or i>pand j p and set h i n+1 h i n+1 + h ip h p n+1 for i =0ori>p Figure 3 illustrates the entries of H change value when pivoting on h pp. In particular, the entries in areas A and B just change sign. P A B P 0 0 Figure 3. Entries of a distinguished tableau H change value after pivoting on element h pp. Theorem 2. Let H be a distinguished tableau of problem (8) and a =(a 1 a 2 ::: a n ) 0 be the corresponding n-sequence. Then, the following relations hold. For i =1 2 ::: nand j =1 2 ::: nwehave h ij = ;1 i= j (15) = 0 i< j (16) = ;2" i;j i>j and = 2" i;j i>j and For i =0andj =1 2 ::: n we have h 0j = " n;j = ;" n;j n n a k even (17) a k odd (18) a k even (19) a k odd (20) For i =1 2 ::: n and j = n +1wehave h i n+1 = 1 i=1 (21) 2 i n (22) Proof. The proof is by induction. We assume distinguished tableau H satises (15)-(22), and show tableau H computed by pivoting on h pp satises (15)-(22) as well. Observe initial tableau ^H satises (15)-(22). Let a =(a 1 a 2 ::: a n ) be the sequence corresponding to tableau H. Then a j = a j j 6= p a j j= p: Proof of (15)-(18). Relation (15) and (16) have allready been shown. From Lemma 1 we have h ij = h ij and a k = for i p or i>pand j>p.for i>pand j p we have a k = a k ; 2a p Hence, if P a is odd (even), P a k is even (odd). Also, from Lemma 1 we have h ij = ;h ij. Hence, (17) and (18) hold in all cases. a k

5 5 date: February 23, 1998 le: papar1 Proof of (19) and (20). It is easily seen sign(h 0j ) = sign(h mj ) for i n: Now the proof comes from the proof of (17) and (18). Proof of (21) and (22). If i p we have h i n+1 = h i n+1. Hence, (21) and (22) hold trivially from the induction hypothesis. If i > p, then h i n+1 = h i n+1 + h p n+1 h ip +(1; a k (h ik + h pk h ip ) +h ip ; a k h pp h ip ; ; k=p+1 a k h pk )h ip a h ik ; (1 ; a p ) h ip a k hik a k hik : Theorem 3. The feasible region of problem (8) is a slightly perturbed cube. Proof. It suces to show the feasible region has presicely 2 n vertices. Weshow each distinguished tableau, H, is feasible and all the adjacent tableaux are distinguished. From Theorem 2 we have h i n+1 > 1 ; 2"(1 + " + " 2 + ) 2" 1 ; " 0: We show if x N [p] is entering, then x B[p] is leaving variable. Let h ip < 0 (i <p). We show h p n+1 h pp h i n+1 ;h ip or The last relation is equivalently written ;h ip (1 ; a k h pk ) < 1 ; Using Lemma 1 we get ;h ip ; 2 0 < 1+h ip + = 1+ + k=p+1 < 1 ; ; k=p : +(1; a k )h ip We have already shown the last relation holds. 4. Applications Now, we are ready to show exponential behavior for some pivoting rules. Let a 6= b be sequences of Q. Wewritea<bif P for the largest n index j such a j 6= b j it is a k even and P n b k odd. Let now f(a) be the objective value at the vertex corresponding to a 2 Q. It is easily seen f(a) < f(b), if a < b. The immediate succesor of a sequence a 2 Q is the sequence (a 1 a 2 ::: a r 1 ; a p a p+1 ::: a n ) where p is the smallest index such P n j=p a j is even. Given a distinguished tableau H, a nonbasic variable x N [q] is called elligible if h 0 N [p] > 0. A pivoting rule forces the simplex algorithm to pass through all vertices of Klee - Minty examples is the following. For the ease of reference we call it generic pivoting rule. Let a 2 Q be the sequence corresponding to H. The entering variable is x N [p], where p is the smallest index such P n k=p a k is even. From Theorem 2we see h 0 N [p] = " n;p > 0. Hence, x N [p] is elligible, and the generic pivoting rule requires 2 n ; 1 iterations on Klee - Minty examples of order n. Smallest index rule.

6 le: papar1 date: February 23, In the smallest index rule, the entering variable is the eligible variable with the smallest index. We show the smallest index rule, called also Bland's rule, performs exponentially on the slightly modied Klee - Minty examples n " n;j x 2j;1 s:t: x 1 1 (23) 2 " i;j x 2j;1 + x 2 1 i =2 3 ::: n x j 0 2 ::: n We introduce the slack variable x 2i to the i-th constraint of problem (23). Theorem 4. The least index pivoting rule performs exponentially on example (23). Proof. We show the simplex algorithm employing the least index pivoting rule requires 2 n ; 1 iterations when applied to problem (23) and initialized with the basis corresponding to the sequence (0 0 ::: 0) 2 Q. Clearly, all the bases generated by the algorithm are distinguished i.e. for each i either x 2 or x 2i is basic but not both. Let H be the current distinguished tableau corresponding to the sequence a 2 P Q. Let also p be the smallest index such n k=p a k is even. Then, h 0 N [p] > 0 and, hence, x N [p] is eligible. Because of the indexing of the variable in problem (23), N[p] =2p or 2p ; P 1. If q is another n index such h 0 N [q] > 0 ( k=q a k is even), then q > p and, hence, N[q] > N[p]. Hence, the next basis corresponds to the immediate succesor of a 2 Q. This completes the proof. The largest coecient rule. In the largest coecient rule the entering variable x N [p] is chosen so h 0 N [p] = fh 0 N [j] : h 0 N [j] > 0g: This rule solves problem (7) in one iteration when the initial basis is (0 0 ::: 0) 2 Q. We modify problem (7) as follows. We set " =1= x j = y j e 2(j;1) (24) and divide the i-th constraint by " 2() and the objective function by " 2(n;1). Then, problem (7) is written in the equivalent form s:t: 2 n n;j y j (25) i;j y j + y i 2() i =1 2 ::: n y j 0 2 ::: n where = 1 3. Theorem 5. The largest coecient rule performs exponenially on problem (25). Proof. Problem (25) is a scaled version of problem (7). Letx n+i be the slack of constraint i. Then, all the results of the previous section, except those involving the RHS, hold true for problem (25). Because of relation (24), c j 0if and only if y j 0. Hence, every distinguished basis of (25) is feasible. Now, it suces to show the generic and the largest coecient rule coincide when applied to problem (25).However, this statement holds because >1: References [1] Avis, D., and Chvatal, V.: `Notes on Bland's pivoting rule', Mathematical Programming Study 8 (1978), 24{34. [2] Bland, R.G.: `New nite pivoting rules for the simplex method', Math. Oper. Res. 2 (1977), 103{107. [3] Chen, H., Pardalos, P.M., and Saunders, M.A.: `The simplex algorithm with a new primal and dual pivot rule', Oper. Res. Lett. 16 (1994), 121{ 127. [4] Chvatal, V.: Linear Programming, W.H. Freeman and Company, [5] Dantzig, G.B.: Linear Programming and Extentions, Princeton University Press, [6] Dosios, K., and Paparrizos, K.: `Resolution of the problem of degeneracy in a primal and dual simplex algorithm', Operations Research Letters 20 (1996), 45{50. [7] Goldfarb, D., and Sit, W.: `Worst case behavior of the steepest edge simplex method', Discrete Applied Mathematics 1 (1979), 277{285. [8] Jeroslow, R.G.: `The simplex algorithm with the pivot rule of imizing improvement criterion', Discrete Mathematics 4 (1973), 367{377. [9] Klee, V., and Minty, G.J.: How good is the simplex algorithm?, in Inequalities : III ed. O. Shisha, Academic Press, 1972.

7 7 date: February 23, 1998 le: papar1 [10] Murty, K.G.: Linear Programming, John Wiley, [11] Paparrizos, K.: `Pivoting rules directing the simplex method through all feasible vertices of Klee - Minty examples', OPSEARCH 26,No 2 (1989), 77{ 95. [12] Paparrizos, K.: `An exterior point simplex algorithm for (general) linear programming problems', Annals of Operations Research 47 (1993), 497{508. [13] Roos, C.: `An exponential example for Terlaky's pivoting rule for the criss - cross simplex method', Mathematical Programming 46 (1990), 78{94. [14] Terlaky, T.: `A convergent criss - cross method', Math. Oper. Stat. Ser. Optim. 16 (1985), 683{690. Konstantinos Paparrizos University of Macedonia Department of Applied Informatics 156 Egnatia Str Thessaloniki GREECE address: paparriz@macedonia.uom.gr

Developing an Algorithm for LP Preamble to Section 3 (Simplex Method)

Developing an Algorithm for LP Preamble to Section 3 (Simplex Method) Moving from BFS to BFS Developing an Algorithm for LP Preamble to Section (Simplex Method) We consider LP given in standard form and let x 0 be a BFS. Let B ; B ; :::; B m be the columns of A corresponding

More information

LOWER BOUNDS FOR THE MAXIMUM NUMBER OF SOLUTIONS GENERATED BY THE SIMPLEX METHOD

LOWER BOUNDS FOR THE MAXIMUM NUMBER OF SOLUTIONS GENERATED BY THE SIMPLEX METHOD Journal of the Operations Research Society of Japan Vol 54, No 4, December 2011, pp 191 200 c The Operations Research Society of Japan LOWER BOUNDS FOR THE MAXIMUM NUMBER OF SOLUTIONS GENERATED BY THE

More information

An upper bound for the number of different solutions generated by the primal simplex method with any selection rule of entering variables

An upper bound for the number of different solutions generated by the primal simplex method with any selection rule of entering variables An upper bound for the number of different solutions generated by the primal simplex method with any selection rule of entering variables Tomonari Kitahara and Shinji Mizuno February 2012 Abstract Kitahara

More information

Part 1. The Review of Linear Programming

Part 1. The Review of Linear Programming In the name of God Part 1. The Review of Linear Programming 1.2. Spring 2010 Instructor: Dr. Masoud Yaghini Outline Introduction Basic Feasible Solutions Key to the Algebra of the The Simplex Algorithm

More information

Lecture 2: The Simplex method

Lecture 2: The Simplex method Lecture 2 1 Linear and Combinatorial Optimization Lecture 2: The Simplex method Basic solution. The Simplex method (standardform, b>0). 1. Repetition of basic solution. 2. One step in the Simplex algorithm.

More information

9.1 Linear Programs in canonical form

9.1 Linear Programs in canonical form 9.1 Linear Programs in canonical form LP in standard form: max (LP) s.t. where b i R, i = 1,..., m z = j c jx j j a ijx j b i i = 1,..., m x j 0 j = 1,..., n But the Simplex method works only on systems

More information

Optimization (168) Lecture 7-8-9

Optimization (168) Lecture 7-8-9 Optimization (168) Lecture 7-8-9 Jesús De Loera UC Davis, Mathematics Wednesday, April 2, 2012 1 DEGENERACY IN THE SIMPLEX METHOD 2 DEGENERACY z =2x 1 x 2 + 8x 3 x 4 =1 2x 3 x 5 =3 2x 1 + 4x 2 6x 3 x 6

More information

CO350 Linear Programming Chapter 8: Degeneracy and Finite Termination

CO350 Linear Programming Chapter 8: Degeneracy and Finite Termination CO350 Linear Programming Chapter 8: Degeneracy and Finite Termination 27th June 2005 Chapter 8: Finite Termination 1 The perturbation method Recap max c T x (P ) s.t. Ax = b x 0 Assumption: B is a feasible

More information

AM 121: Intro to Optimization

AM 121: Intro to Optimization AM 121: Intro to Optimization Models and Methods Lecture 6: Phase I, degeneracy, smallest subscript rule. Yiling Chen SEAS Lesson Plan Phase 1 (initialization) Degeneracy and cycling Smallest subscript

More information

Properties of a Simple Variant of Klee-Minty s LP and Their Proof

Properties of a Simple Variant of Klee-Minty s LP and Their Proof Properties of a Simple Variant of Klee-Minty s LP and Their Proof Tomonari Kitahara and Shinji Mizuno December 28, 2 Abstract Kitahara and Mizuno (2) presents a simple variant of Klee- Minty s LP, which

More information

Optimization WS 13/14:, by Y. Goldstein/K. Reinert, 9. Dezember 2013, 16: Linear programming. Optimization Problems

Optimization WS 13/14:, by Y. Goldstein/K. Reinert, 9. Dezember 2013, 16: Linear programming. Optimization Problems Optimization WS 13/14:, by Y. Goldstein/K. Reinert, 9. Dezember 2013, 16:38 2001 Linear programming Optimization Problems General optimization problem max{z(x) f j (x) 0,x D} or min{z(x) f j (x) 0,x D}

More information

4.5 Simplex method. min z = c T x s.v. Ax = b. LP in standard form

4.5 Simplex method. min z = c T x s.v. Ax = b. LP in standard form 4.5 Simplex method min z = c T x s.v. Ax = b x 0 LP in standard form Examine a sequence of basic feasible solutions with non increasing objective function value until an optimal solution is reached or

More information

SOME GENERALIZATIONS OF THE CRISS-CROSS METHOD. Emil Klafszky Tamas Terlaky 1. Mathematical Institut, Dept. of Op. Res.

SOME GENERALIZATIONS OF THE CRISS-CROSS METHOD. Emil Klafszky Tamas Terlaky 1. Mathematical Institut, Dept. of Op. Res. SOME GENERALIZATIONS OF THE CRISS-CROSS METHOD FOR QUADRATIC PROGRAMMING Emil Klafszky Tamas Terlaky 1 Mathematical Institut, Dept. of Op. Res. Technical University, Miskolc Eotvos University Miskolc-Egyetemvaros

More information

3 The Simplex Method. 3.1 Basic Solutions

3 The Simplex Method. 3.1 Basic Solutions 3 The Simplex Method 3.1 Basic Solutions In the LP of Example 2.3, the optimal solution happened to lie at an extreme point of the feasible set. This was not a coincidence. Consider an LP in general form,

More information

Standard Form An LP is in standard form when: All variables are non-negativenegative All constraints are equalities Putting an LP formulation into sta

Standard Form An LP is in standard form when: All variables are non-negativenegative All constraints are equalities Putting an LP formulation into sta Chapter 4 Linear Programming: The Simplex Method An Overview of the Simplex Method Standard Form Tableau Form Setting Up the Initial Simplex Tableau Improving the Solution Calculating the Next Tableau

More information

Week 2. The Simplex method was developed by Dantzig in the late 40-ties.

Week 2. The Simplex method was developed by Dantzig in the late 40-ties. 1 The Simplex method Week 2 The Simplex method was developed by Dantzig in the late 40-ties. 1.1 The standard form The simplex method is a general description algorithm that solves any LPproblem instance.

More information

LP. Lecture 3. Chapter 3: degeneracy. degeneracy example cycling the lexicographic method other pivot rules the fundamental theorem of LP

LP. Lecture 3. Chapter 3: degeneracy. degeneracy example cycling the lexicographic method other pivot rules the fundamental theorem of LP LP. Lecture 3. Chapter 3: degeneracy. degeneracy example cycling the lexicographic method other pivot rules the fundamental theorem of LP 1 / 23 Repetition the simplex algorithm: sequence of pivots starting

More information

Lecture 4: Algebra, Geometry, and Complexity of the Simplex Method. Reading: Sections 2.6.4, 3.5,

Lecture 4: Algebra, Geometry, and Complexity of the Simplex Method. Reading: Sections 2.6.4, 3.5, Lecture 4: Algebra, Geometry, and Complexity of the Simplex Method Reading: Sections 2.6.4, 3.5, 10.2 10.5 1 Summary of the Phase I/Phase II Simplex Method We write a typical simplex tableau as z x 1 x

More information

Linear Programming. Linear Programming I. Lecture 1. Linear Programming. Linear Programming

Linear Programming. Linear Programming I. Lecture 1. Linear Programming. Linear Programming Linear Programming Linear Programming Lecture Linear programming. Optimize a linear function subject to linear inequalities. (P) max " c j x j n j= n s. t. " a ij x j = b i # i # m j= x j 0 # j # n (P)

More information

Lecture Simplex Issues: Number of Pivots. ORIE 6300 Mathematical Programming I October 9, 2014

Lecture Simplex Issues: Number of Pivots. ORIE 6300 Mathematical Programming I October 9, 2014 ORIE 6300 Mathematical Programming I October 9, 2014 Lecturer: David P. Williamson Lecture 14 Scribe: Calvin Wylie 1 Simplex Issues: Number of Pivots Question: How many pivots does the simplex algorithm

More information

Simplex Algorithm Using Canonical Tableaus

Simplex Algorithm Using Canonical Tableaus 41 Simplex Algorithm Using Canonical Tableaus Consider LP in standard form: Min z = cx + α subject to Ax = b where A m n has rank m and α is a constant In tableau form we record it as below Original Tableau

More information

F 1 F 2 Daily Requirement Cost N N N

F 1 F 2 Daily Requirement Cost N N N Chapter 5 DUALITY 5. The Dual Problems Every linear programming problem has associated with it another linear programming problem and that the two problems have such a close relationship that whenever

More information

The Simplex Algorithm

The Simplex Algorithm 8.433 Combinatorial Optimization The Simplex Algorithm October 6, 8 Lecturer: Santosh Vempala We proved the following: Lemma (Farkas). Let A R m n, b R m. Exactly one of the following conditions is true:.

More information

New Artificial-Free Phase 1 Simplex Method

New Artificial-Free Phase 1 Simplex Method International Journal of Basic & Applied Sciences IJBAS-IJENS Vol:09 No:10 69 New Artificial-Free Phase 1 Simplex Method Nasiruddin Khan, Syed Inayatullah*, Muhammad Imtiaz and Fozia Hanif Khan Department

More information

4.5 Simplex method. LP in standard form: min z = c T x s.t. Ax = b

4.5 Simplex method. LP in standard form: min z = c T x s.t. Ax = b 4.5 Simplex method LP in standard form: min z = c T x s.t. Ax = b x 0 George Dantzig (1914-2005) Examine a sequence of basic feasible solutions with non increasing objective function values until an optimal

More information

Lecture 6 Simplex method for linear programming

Lecture 6 Simplex method for linear programming Lecture 6 Simplex method for linear programming Weinan E 1,2 and Tiejun Li 2 1 Department of Mathematics, Princeton University, weinan@princeton.edu 2 School of Mathematical Sciences, Peking University,

More information

4. Duality and Sensitivity

4. Duality and Sensitivity 4. Duality and Sensitivity For every instance of an LP, there is an associated LP known as the dual problem. The original problem is known as the primal problem. There are two de nitions of the dual pair

More information

Motivating examples Introduction to algorithms Simplex algorithm. On a particular example General algorithm. Duality An application to game theory

Motivating examples Introduction to algorithms Simplex algorithm. On a particular example General algorithm. Duality An application to game theory Instructor: Shengyu Zhang 1 LP Motivating examples Introduction to algorithms Simplex algorithm On a particular example General algorithm Duality An application to game theory 2 Example 1: profit maximization

More information

CSC373: Algorithm Design, Analysis and Complexity Fall 2017 DENIS PANKRATOV NOVEMBER 1, 2017

CSC373: Algorithm Design, Analysis and Complexity Fall 2017 DENIS PANKRATOV NOVEMBER 1, 2017 CSC373: Algorithm Design, Analysis and Complexity Fall 2017 DENIS PANKRATOV NOVEMBER 1, 2017 Linear Function f: R n R is linear if it can be written as f x = a T x for some a R n Example: f x 1, x 2 =

More information

COMPUTATIONAL COMPLEXITY OF PARAMETRIC LINEAR PROGRAMMING +

COMPUTATIONAL COMPLEXITY OF PARAMETRIC LINEAR PROGRAMMING + Mathematical Programming 19 (1980) 213-219. North-Holland Publishing Company COMPUTATIONAL COMPLEXITY OF PARAMETRIC LINEAR PROGRAMMING + Katta G. MURTY The University of Michigan, Ann Arbor, MI, U.S.A.

More information

Chap6 Duality Theory and Sensitivity Analysis

Chap6 Duality Theory and Sensitivity Analysis Chap6 Duality Theory and Sensitivity Analysis The rationale of duality theory Max 4x 1 + x 2 + 5x 3 + 3x 4 S.T. x 1 x 2 x 3 + 3x 4 1 5x 1 + x 2 + 3x 3 + 8x 4 55 x 1 + 2x 2 + 3x 3 5x 4 3 x 1 ~x 4 0 If we

More information

Yinyu Ye, MS&E, Stanford MS&E310 Lecture Note #06. The Simplex Method

Yinyu Ye, MS&E, Stanford MS&E310 Lecture Note #06. The Simplex Method The Simplex Method Yinyu Ye Department of Management Science and Engineering Stanford University Stanford, CA 94305, U.S.A. http://www.stanford.edu/ yyye (LY, Chapters 2.3-2.5, 3.1-3.4) 1 Geometry of Linear

More information

Linear Programming. Murti V. Salapaka Electrical Engineering Department University Of Minnesota, Twin Cities

Linear Programming. Murti V. Salapaka Electrical Engineering Department University Of Minnesota, Twin Cities Linear Programming Murti V Salapaka Electrical Engineering Department University Of Minnesota, Twin Cities murtis@umnedu September 4, 2012 Linear Programming 1 The standard Linear Programming (SLP) problem:

More information

Linear programs Optimization Geoff Gordon Ryan Tibshirani

Linear programs Optimization Geoff Gordon Ryan Tibshirani Linear programs 10-725 Optimization Geoff Gordon Ryan Tibshirani Review: LPs LPs: m constraints, n vars A: R m n b: R m c: R n x: R n ineq form [min or max] c T x s.t. Ax b m n std form [min or max] c

More information

On the Number of Solutions Generated by the Simplex Method for LP

On the Number of Solutions Generated by the Simplex Method for LP Workshop 1 on Large Scale Conic Optimization IMS (NUS) On the Number of Solutions Generated by the Simplex Method for LP Tomonari Kitahara and Shinji Mizuno Tokyo Institute of Technology November 19 23,

More information

Contents. 4.5 The(Primal)SimplexMethod NumericalExamplesoftheSimplexMethod

Contents. 4.5 The(Primal)SimplexMethod NumericalExamplesoftheSimplexMethod Contents 4 The Simplex Method for Solving LPs 149 4.1 Transformations to be Carried Out On an LP Model Before Applying the Simplex Method On It... 151 4.2 Definitions of Various Types of Basic Vectors

More information

MAT016: Optimization

MAT016: Optimization MAT016: Optimization M.El Ghami e-mail: melghami@ii.uib.no URL: http://www.ii.uib.no/ melghami/ March 29, 2011 Outline for today The Simplex method in matrix notation Managing a production facility The

More information

AM 121: Intro to Optimization Models and Methods Fall 2018

AM 121: Intro to Optimization Models and Methods Fall 2018 AM 121: Intro to Optimization Models and Methods Fall 2018 Lecture 5: The Simplex Method Yiling Chen Harvard SEAS Lesson Plan This lecture: Moving towards an algorithm for solving LPs Tableau. Adjacent

More information

1 Review Session. 1.1 Lecture 2

1 Review Session. 1.1 Lecture 2 1 Review Session Note: The following lists give an overview of the material that was covered in the lectures and sections. Your TF will go through these lists. If anything is unclear or you have questions

More information

LINEAR PROGRAMMING I. a refreshing example standard form fundamental questions geometry linear algebra simplex algorithm

LINEAR PROGRAMMING I. a refreshing example standard form fundamental questions geometry linear algebra simplex algorithm Linear programming Linear programming. Optimize a linear function subject to linear inequalities. (P) max c j x j n j= n s. t. a ij x j = b i i m j= x j 0 j n (P) max c T x s. t. Ax = b Lecture slides

More information

A Review of Linear Programming

A Review of Linear Programming A Review of Linear Programming Instructor: Farid Alizadeh IEOR 4600y Spring 2001 February 14, 2001 1 Overview In this note we review the basic properties of linear programming including the primal simplex

More information

CO350 Linear Programming Chapter 8: Degeneracy and Finite Termination

CO350 Linear Programming Chapter 8: Degeneracy and Finite Termination CO350 Linear Programming Chapter 8: Degeneracy and Finite Termination 22th June 2005 Chapter 8: Finite Termination Recap On Monday, we established In the absence of degeneracy, the simplex method will

More information

Math Models of OR: Some Definitions

Math Models of OR: Some Definitions Math Models of OR: Some Definitions John E. Mitchell Department of Mathematical Sciences RPI, Troy, NY 12180 USA September 2018 Mitchell Some Definitions 1 / 20 Active constraints Outline 1 Active constraints

More information

Lecture slides by Kevin Wayne

Lecture slides by Kevin Wayne LINEAR PROGRAMMING I a refreshing example standard form fundamental questions geometry linear algebra simplex algorithm Lecture slides by Kevin Wayne Last updated on 7/25/17 11:09 AM Linear programming

More information

Lecture 11: Post-Optimal Analysis. September 23, 2009

Lecture 11: Post-Optimal Analysis. September 23, 2009 Lecture : Post-Optimal Analysis September 23, 2009 Today Lecture Dual-Simplex Algorithm Post-Optimal Analysis Chapters 4.4 and 4.5. IE 30/GE 330 Lecture Dual Simplex Method The dual simplex method will

More information

Part 1. The Review of Linear Programming

Part 1. The Review of Linear Programming In the name of God Part 1. The Review of Linear Programming 1.5. Spring 2010 Instructor: Dr. Masoud Yaghini Outline Introduction Formulation of the Dual Problem Primal-Dual Relationship Economic Interpretation

More information

min 4x 1 5x 2 + 3x 3 s.t. x 1 + 2x 2 + x 3 = 10 x 1 x 2 6 x 1 + 3x 2 + x 3 14

min 4x 1 5x 2 + 3x 3 s.t. x 1 + 2x 2 + x 3 = 10 x 1 x 2 6 x 1 + 3x 2 + x 3 14 The exam is three hours long and consists of 4 exercises. The exam is graded on a scale 0-25 points, and the points assigned to each question are indicated in parenthesis within the text. If necessary,

More information

Numerical Optimization

Numerical Optimization Linear Programming - Interior Point Methods Computer Science and Automation Indian Institute of Science Bangalore 560 012, India. NPTEL Course on Example 1 Computational Complexity of Simplex Algorithm

More information

Lesson 27 Linear Programming; The Simplex Method

Lesson 27 Linear Programming; The Simplex Method Lesson Linear Programming; The Simplex Method Math 0 April 9, 006 Setup A standard linear programming problem is to maximize the quantity c x + c x +... c n x n = c T x subject to constraints a x + a x

More information

CO350 Linear Programming Chapter 6: The Simplex Method

CO350 Linear Programming Chapter 6: The Simplex Method CO350 Linear Programming Chapter 6: The Simplex Method 8th June 2005 Chapter 6: The Simplex Method 1 Minimization Problem ( 6.5) We can solve minimization problems by transforming it into a maximization

More information

Termination, Cycling, and Degeneracy

Termination, Cycling, and Degeneracy Chapter 4 Termination, Cycling, and Degeneracy We now deal first with the question, whether the simplex method terminates. The quick answer is no, if it is implemented in a careless way. Notice that we

More information

A Bound for the Number of Different Basic Solutions Generated by the Simplex Method

A Bound for the Number of Different Basic Solutions Generated by the Simplex Method ICOTA8, SHANGHAI, CHINA A Bound for the Number of Different Basic Solutions Generated by the Simplex Method Tomonari Kitahara and Shinji Mizuno Tokyo Institute of Technology December 12th, 2010 Contents

More information

Slack Variable. Max Z= 3x 1 + 4x 2 + 5X 3. Subject to: X 1 + X 2 + X x 1 + 4x 2 + X X 1 + X 2 + 4X 3 10 X 1 0, X 2 0, X 3 0

Slack Variable. Max Z= 3x 1 + 4x 2 + 5X 3. Subject to: X 1 + X 2 + X x 1 + 4x 2 + X X 1 + X 2 + 4X 3 10 X 1 0, X 2 0, X 3 0 Simplex Method Slack Variable Max Z= 3x 1 + 4x 2 + 5X 3 Subject to: X 1 + X 2 + X 3 20 3x 1 + 4x 2 + X 3 15 2X 1 + X 2 + 4X 3 10 X 1 0, X 2 0, X 3 0 Standard Form Max Z= 3x 1 +4x 2 +5X 3 + 0S 1 + 0S 2

More information

Lecture 5. x 1,x 2,x 3 0 (1)

Lecture 5. x 1,x 2,x 3 0 (1) Computational Intractability Revised 2011/6/6 Lecture 5 Professor: David Avis Scribe:Ma Jiangbo, Atsuki Nagao 1 Duality The purpose of this lecture is to introduce duality, which is an important concept

More information

Understanding the Simplex algorithm. Standard Optimization Problems.

Understanding the Simplex algorithm. Standard Optimization Problems. Understanding the Simplex algorithm. Ma 162 Spring 2011 Ma 162 Spring 2011 February 28, 2011 Standard Optimization Problems. A standard maximization problem can be conveniently described in matrix form

More information

arxiv: v1 [cs.cg] 3 Dec 2014

arxiv: v1 [cs.cg] 3 Dec 2014 Combinatorial Redundancy Detection Komei Fukuda 1, Bernd Gärtner 2, and May Szedlák 3 1 Department of Mathematics and Institute of Theoretical Computer Science ETH Zürich, CH-8092 Zürich, Switzerland komeifukuda@mathethzch

More information

Chapter 3, Operations Research (OR)

Chapter 3, Operations Research (OR) Chapter 3, Operations Research (OR) Kent Andersen February 7, 2007 1 Linear Programs (continued) In the last chapter, we introduced the general form of a linear program, which we denote (P) Minimize Z

More information

CSCI5654 (Linear Programming, Fall 2013) Lecture-8. Lecture 8 Slide# 1

CSCI5654 (Linear Programming, Fall 2013) Lecture-8. Lecture 8 Slide# 1 CSCI5654 (Linear Programming, Fall 2013) Lecture-8 Lecture 8 Slide# 1 Today s Lecture 1. Recap of dual variables and strong duality. 2. Complementary Slackness Theorem. 3. Interpretation of dual variables.

More information

Chapter 5 Linear Programming (LP)

Chapter 5 Linear Programming (LP) Chapter 5 Linear Programming (LP) General constrained optimization problem: minimize f(x) subject to x R n is called the constraint set or feasible set. any point x is called a feasible point We consider

More information

The use of shadow price is an example of sensitivity analysis. Duality theory can be applied to do other kind of sensitivity analysis:

The use of shadow price is an example of sensitivity analysis. Duality theory can be applied to do other kind of sensitivity analysis: Sensitivity analysis The use of shadow price is an example of sensitivity analysis. Duality theory can be applied to do other kind of sensitivity analysis: Changing the coefficient of a nonbasic variable

More information

Introduction to Mathematical Programming IE406. Lecture 13. Dr. Ted Ralphs

Introduction to Mathematical Programming IE406. Lecture 13. Dr. Ted Ralphs Introduction to Mathematical Programming IE406 Lecture 13 Dr. Ted Ralphs IE406 Lecture 13 1 Reading for This Lecture Bertsimas Chapter 5 IE406 Lecture 13 2 Sensitivity Analysis In many real-world problems,

More information

Linear Programming: Simplex

Linear Programming: Simplex Linear Programming: Simplex Stephen J. Wright 1 2 Computer Sciences Department, University of Wisconsin-Madison. IMA, August 2016 Stephen Wright (UW-Madison) Linear Programming: Simplex IMA, August 2016

More information

The Simplex Algorithm: Technicalities 1

The Simplex Algorithm: Technicalities 1 1/45 The Simplex Algorithm: Technicalities 1 Adrian Vetta 1 This presentation is based upon the book Linear Programming by Vasek Chvatal 2/45 Two Issues Here we discuss two potential problems with the

More information

Linear Programming, Lecture 4

Linear Programming, Lecture 4 Linear Programming, Lecture 4 Corbett Redden October 3, 2016 Simplex Form Conventions Examples Simplex Method To run the simplex method, we start from a Linear Program (LP) in the following standard simplex

More information

CPS 616 ITERATIVE IMPROVEMENTS 10-1

CPS 616 ITERATIVE IMPROVEMENTS 10-1 CPS 66 ITERATIVE IMPROVEMENTS 0 - APPROACH Algorithm design technique for solving optimization problems Start with a feasible solution Repeat the following step until no improvement can be found: change

More information

OPERATIONS RESEARCH. Linear Programming Problem

OPERATIONS RESEARCH. Linear Programming Problem OPERATIONS RESEARCH Chapter 1 Linear Programming Problem Prof. Bibhas C. Giri Department of Mathematics Jadavpur University Kolkata, India Email: bcgiri.jumath@gmail.com MODULE - 2: Simplex Method for

More information

On the number of distinct solutions generated by the simplex method for LP

On the number of distinct solutions generated by the simplex method for LP Retrospective Workshop Fields Institute Toronto, Ontario, Canada On the number of distinct solutions generated by the simplex method for LP Tomonari Kitahara and Shinji Mizuno Tokyo Institute of Technology

More information

3. THE SIMPLEX ALGORITHM

3. THE SIMPLEX ALGORITHM Optimization. THE SIMPLEX ALGORITHM DPK Easter Term. Introduction We know that, if a linear programming problem has a finite optimal solution, it has an optimal solution at a basic feasible solution (b.f.s.).

More information

The augmented form of this LP is the following linear system of equations:

The augmented form of this LP is the following linear system of equations: 1 Consider the following LP given in standard form: max z = 5 x_1 + 2 x_2 Subject to 3 x_1 + 2 x_2 2400 x_2 800 2 x_1 1200 x_1, x_2 >= 0 The augmented form of this LP is the following linear system of

More information

A Parametric Simplex Algorithm for Linear Vector Optimization Problems

A Parametric Simplex Algorithm for Linear Vector Optimization Problems A Parametric Simplex Algorithm for Linear Vector Optimization Problems Birgit Rudloff Firdevs Ulus Robert Vanderbei July 9, 2015 Abstract In this paper, a parametric simplex algorithm for solving linear

More information

On the Chvatál-Complexity of Binary Knapsack Problems. Gergely Kovács 1 Béla Vizvári College for Modern Business Studies, Hungary

On the Chvatál-Complexity of Binary Knapsack Problems. Gergely Kovács 1 Béla Vizvári College for Modern Business Studies, Hungary On the Chvatál-Complexity of Binary Knapsack Problems Gergely Kovács 1 Béla Vizvári 2 1 College for Modern Business Studies, Hungary 2 Eastern Mediterranean University, TRNC 2009. 1 Chvátal Cut and Complexity

More information

Introduce the idea of a nondegenerate tableau and its analogy with nondenegerate vertices.

Introduce the idea of a nondegenerate tableau and its analogy with nondenegerate vertices. 2 JORDAN EXCHANGE REVIEW 1 Lecture Outline The following lecture covers Section 3.5 of the textbook [?] Review a labeled Jordan exchange with pivoting. Introduce the idea of a nondegenerate tableau and

More information

Dual Basic Solutions. Observation 5.7. Consider LP in standard form with A 2 R m n,rank(a) =m, and dual LP:

Dual Basic Solutions. Observation 5.7. Consider LP in standard form with A 2 R m n,rank(a) =m, and dual LP: Dual Basic Solutions Consider LP in standard form with A 2 R m n,rank(a) =m, and dual LP: Observation 5.7. AbasisB yields min c T x max p T b s.t. A x = b s.t. p T A apple c T x 0 aprimalbasicsolutiongivenbyx

More information

GYULA FARKAS WOULD ALSO FEEL PROUD

GYULA FARKAS WOULD ALSO FEEL PROUD GYULA FARKAS WOULD ALSO FEEL PROUD PABLO GUERRERO-GARCÍA a, ÁNGEL SANTOS-PALOMO a a Department of Applied Mathematics, University of Málaga, 29071 Málaga, Spain (Received 26 September 2003; In final form

More information

Systems Analysis in Construction

Systems Analysis in Construction Systems Analysis in Construction CB312 Construction & Building Engineering Department- AASTMT by A h m e d E l h a k e e m & M o h a m e d S a i e d 3. Linear Programming Optimization Simplex Method 135

More information

CO 602/CM 740: Fundamentals of Optimization Problem Set 4

CO 602/CM 740: Fundamentals of Optimization Problem Set 4 CO 602/CM 740: Fundamentals of Optimization Problem Set 4 H. Wolkowicz Fall 2014. Handed out: Wednesday 2014-Oct-15. Due: Wednesday 2014-Oct-22 in class before lecture starts. Contents 1 Unique Optimum

More information

Summary of the simplex method

Summary of the simplex method MVE165/MMG630, The simplex method; degeneracy; unbounded solutions; infeasibility; starting solutions; duality; interpretation Ann-Brith Strömberg 2012 03 16 Summary of the simplex method Optimality condition:

More information

CHAPTER 2. The Simplex Method

CHAPTER 2. The Simplex Method CHAPTER 2 The Simplex Method In this chapter we present the simplex method as it applies to linear programming problems in standard form. 1. An Example We first illustrate how the simplex method works

More information

IE 5531: Engineering Optimization I

IE 5531: Engineering Optimization I IE 5531: Engineering Optimization I Lecture 5: The Simplex method, continued Prof. John Gunnar Carlsson September 22, 2010 Prof. John Gunnar Carlsson IE 5531: Engineering Optimization I September 22, 2010

More information

The Strong Duality Theorem 1

The Strong Duality Theorem 1 1/39 The Strong Duality Theorem 1 Adrian Vetta 1 This presentation is based upon the book Linear Programming by Vasek Chvatal 2/39 Part I Weak Duality 3/39 Primal and Dual Recall we have a primal linear

More information

GETTING STARTED INITIALIZATION

GETTING STARTED INITIALIZATION GETTING STARTED INITIALIZATION 1. Introduction Linear programs come in many different forms. Traditionally, one develops the theory for a few special formats. These formats are equivalent to one another

More information

The dual simplex method with bounds

The dual simplex method with bounds The dual simplex method with bounds Linear programming basis. Let a linear programming problem be given by min s.t. c T x Ax = b x R n, (P) where we assume A R m n to be full row rank (we will see in the

More information

Introduction to Linear and Combinatorial Optimization (ADM I)

Introduction to Linear and Combinatorial Optimization (ADM I) Introduction to Linear and Combinatorial Optimization (ADM I) Rolf Möhring based on the 20011/12 course by Martin Skutella TU Berlin WS 2013/14 1 General Remarks new flavor of ADM I introduce linear and

More information

1. Algebraic and geometric treatments Consider an LP problem in the standard form. x 0. Solutions to the system of linear equations

1. Algebraic and geometric treatments Consider an LP problem in the standard form. x 0. Solutions to the system of linear equations The Simplex Method Most textbooks in mathematical optimization, especially linear programming, deal with the simplex method. In this note we study the simplex method. It requires basically elementary linear

More information

Note 3: LP Duality. If the primal problem (P) in the canonical form is min Z = n (1) then the dual problem (D) in the canonical form is max W = m (2)

Note 3: LP Duality. If the primal problem (P) in the canonical form is min Z = n (1) then the dual problem (D) in the canonical form is max W = m (2) Note 3: LP Duality If the primal problem (P) in the canonical form is min Z = n j=1 c j x j s.t. nj=1 a ij x j b i i = 1, 2,..., m (1) x j 0 j = 1, 2,..., n, then the dual problem (D) in the canonical

More information

MATH2070 Optimisation

MATH2070 Optimisation MATH2070 Optimisation Linear Programming Semester 2, 2012 Lecturer: I.W. Guo Lecture slides courtesy of J.R. Wishart Review The standard Linear Programming (LP) Problem Graphical method of solving LP problem

More information

Ω R n is called the constraint set or feasible set. x 1

Ω R n is called the constraint set or feasible set. x 1 1 Chapter 5 Linear Programming (LP) General constrained optimization problem: minimize subject to f(x) x Ω Ω R n is called the constraint set or feasible set. any point x Ω is called a feasible point We

More information

TRANSPORTATION PROBLEMS

TRANSPORTATION PROBLEMS Chapter 6 TRANSPORTATION PROBLEMS 61 Transportation Model Transportation models deal with the determination of a minimum-cost plan for transporting a commodity from a number of sources to a number of destinations

More information

OPTIMISATION 3: NOTES ON THE SIMPLEX ALGORITHM

OPTIMISATION 3: NOTES ON THE SIMPLEX ALGORITHM OPTIMISATION 3: NOTES ON THE SIMPLEX ALGORITHM Abstract These notes give a summary of the essential ideas and results It is not a complete account; see Winston Chapters 4, 5 and 6 The conventions and notation

More information

A Concise Pivoting-Based Algorithm for Linear Programming

A Concise Pivoting-Based Algorithm for Linear Programming www.ij-ams.org International Journal of Advances in Management Science (IJ-AMS) Volume 3 Issue 3, August 204 DOI: 0.4355/ijams.204.0303.02 A Concise Pivoting-Based Algorithm for Linear Programming Zhongzhen

More information

III. Linear Programming

III. Linear Programming III. Linear Programming Thomas Sauerwald Easter 2017 Outline Introduction Standard and Slack Forms Formulating Problems as Linear Programs Simplex Algorithm Finding an Initial Solution III. Linear Programming

More information

Introduction to optimization

Introduction to optimization Introduction to optimization Geir Dahl CMA, Dept. of Mathematics and Dept. of Informatics University of Oslo 1 / 24 The plan 1. The basic concepts 2. Some useful tools (linear programming = linear optimization)

More information

Lecture: Algorithms for LP, SOCP and SDP

Lecture: Algorithms for LP, SOCP and SDP 1/53 Lecture: Algorithms for LP, SOCP and SDP Zaiwen Wen Beijing International Center For Mathematical Research Peking University http://bicmr.pku.edu.cn/~wenzw/bigdata2018.html wenzw@pku.edu.cn Acknowledgement:

More information

Introduction to Operations Research

Introduction to Operations Research Introduction to Operations Research (Week 4: Linear Programming: More on Simplex and Post-Optimality) José Rui Figueira Instituto Superior Técnico Universidade de Lisboa (figueira@tecnico.ulisboa.pt) March

More information

MATH 4211/6211 Optimization Linear Programming

MATH 4211/6211 Optimization Linear Programming MATH 4211/6211 Optimization Linear Programming Xiaojing Ye Department of Mathematics & Statistics Georgia State University Xiaojing Ye, Math & Stat, Georgia State University 0 The standard form of a Linear

More information

MATH 445/545 Test 1 Spring 2016

MATH 445/545 Test 1 Spring 2016 MATH 445/545 Test Spring 06 Note the problems are separated into two sections a set for all students and an additional set for those taking the course at the 545 level. Please read and follow all of these

More information

Section Notes 9. IP: Cutting Planes. Applied Math 121. Week of April 12, 2010

Section Notes 9. IP: Cutting Planes. Applied Math 121. Week of April 12, 2010 Section Notes 9 IP: Cutting Planes Applied Math 121 Week of April 12, 2010 Goals for the week understand what a strong formulations is. be familiar with the cutting planes algorithm and the types of cuts

More information

CSC Design and Analysis of Algorithms. LP Shader Electronics Example

CSC Design and Analysis of Algorithms. LP Shader Electronics Example CSC 80- Design and Analysis of Algorithms Lecture (LP) LP Shader Electronics Example The Shader Electronics Company produces two products:.eclipse, a portable touchscreen digital player; it takes hours

More information

Sensitivity Analysis

Sensitivity Analysis Dr. Maddah ENMG 500 /9/07 Sensitivity Analysis Changes in the RHS (b) Consider an optimal LP solution. Suppose that the original RHS (b) is changed from b 0 to b new. In the following, we study the affect

More information

1 Implementation (continued)

1 Implementation (continued) Mathematical Programming Lecture 13 OR 630 Fall 2005 October 6, 2005 Notes by Saifon Chaturantabut 1 Implementation continued We noted last time that B + B + a q Be p e p BI + ā q e p e p. Now, we want

More information