Exercise 2.11

Let P = { x n A x b } . Suppose that at a particular basic feasible solution, there are k active constraints, with k > n . Is it true that there exist exactly ( k n ) bases that lead to this basic feasible solution?

Answers

No. There is a maximum of (n k) bases because there are that many ways to choose n out of k possible bases, but not all combinations have to have linearly independent, so there may be less than (n k) bases. As a counterexample, consider the following polyhedron

{x 2 | [ 10 0 1 20 ] [x1 x2 ] [0 0 0 ] }.

At the point 0 we have 2 linearly independent constraints [1,0] and [0,1]; all equality constraints are active and the point is feasible. Therefore, 0 is a basic feasible solution. A simple case-by-case inspection, however, reveals that there are only two combinations of linearly independent columns: {[1,0],[0,1]} and {[0,1],[2,0]}. This is less that (3 2) = 3.

User profile picture
2021-12-01 11:30
Comments