Simplex Method Flashcards

1
Q

algorithm for simplex method

A

step 0: canonical form
step 1: if possible, guess feasible starting basis
else, use two-phase method and introduce artificial variables
if z’<0 no feasible solutions
if z’=0 then starting basis
step 2: perform pivots until
(a) all reduced costs are non positive (optimal basic solution reached)
(b) column with positive reduced costs and no positive element (unbounded)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

rules for picking

A

same rjθj: choose largest rj
same rj: choose lowest index
same θj values: lowest index

How well did you know this?
1
Not at all
2
3
4
5
Perfectly