Need help with minimum cost network flow problems

640 Views Asked by At

Consider the tree solution for the following minimum cost network flow problem:

enter image description here

The numbers on the tree arcs represent primal flows while numbers on the nontree arcs are dual slacks.

(a) Using the largest–coefficient rule in the dual network simplex method, what is the leaving arc?

(b) What is the entering arc?

(c) After one pivot, what is the new tree solution?

1

There are 1 best solutions below

0
On

I think for part (a) I would select the most negative tree arc as leaving (b) positive tree arc that connects the 2 subtrees again (c) no idea