MGTSC Ch3 BFS
MGTSC Ch3 BFS
Example
Change the following LP problem into standard form
min 3x1 x2 x3
s.t x1 3 x2 +5x3 15
2x1 x2 +5x3 10
5x1 2 x2 +x3 270
x1 , x2 , x3 0
B1 A1 , A2 , B2 A1 , A3 , B3 A1 , A4 ,
B4 A2 , A3 , B5 A2 , A4 , B6 A3 , A4
• W.r.t B3 A1 , A4 4
X B 3 B3 1b
1 / 3
03/18/25 13
Berhanu G (Dr)
3.3 Algebraic Analysis of the Constraint Set
From Chapter 2: the maximum or minimum of an LP (if it exists)
occurs at a corner (vertex) point of the feasible polyhedral set.
Next, we will show that a corner point is BFS .
To see this, consider the following constraints:
x1 2 x2 4
x1 x2 5 x1 2 x2 4
x1 , x2 0
P3