KeRNeLith / QuikGraph

Generic Graph Data Structures and Algorithms for .NET
https://kernelith.github.io/QuikGraph/
Microsoft Public License
467 stars 69 forks source link

Add flow minimum cost algorithm #64

Open Kemsekov opened 2 years ago

Kemsekov commented 2 years ago

Would be good to have min cost flow algorithms here

Here is an example of implementation from networkx

I believe it is possible to port in here