I am using the Network Simplex algorithm to solve a Maximum Flow Problem in directed graphs. In order to compare the execution time for several routing algorithms, I need to use an implementation of the simplex method by George Dantzig.
My question is : Can the Simplex Method solve a maximum flow problem in a given directed graph?
Is there any good documentation that explains the Simplex Method in graph theory?