rustworkx
rustworkx copied to clipboard
Implement network simplex algorithm for min cost flow problem
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!