rustworkx icon indicating copy to clipboard operation
rustworkx copied to clipboard

Implement network simplex algorithm for min cost flow problem

Open mzy2240 opened this issue 3 years ago • 0 comments

What is the expected enhancement?

Networkx has implemented this network simplex algorithm (https://networkx.org/documentation/stable/reference/algorithms/generated/networkx.algorithms.flow.network_simplex.html) and it is quite useful to solve the general MCF problems. Could you consider adding this feature soon? Thanks!

mzy2240 avatar Jun 22 '22 15:06 mzy2240