KeRNeLith / QuikGraph

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

[FEATURE] How to do a level decomposition algorithm ? #77

Open aygalinc opened 1 year ago

aygalinc commented 1 year ago

Is your feature request related to a problem? Please describe. Hello ! Is there a way to do a level decomposition algorithm ? I try to solve some ordering problem and topological sorting is not enough for performance reason.