GraphSharp icon indicating copy to clipboard operation
GraphSharp copied to clipboard

GraphSharp is a tool to study and use knowledge of graph theory in C#!

Results 15 GraphSharp issues
Sort by recently updated
recently updated
newest added

Text over edge Text over node

Hi, I have a +300M nodes with +1G edges, loading all data from database to process with your great project, needs too resource and take long time Is there any...

Hello, I was trying to use your graph library to find the shortest way between multiple recipes. It's for the following game: https://neal.fun/infinite-craft/ The idea is that you can combine...

Add wide rage of `IVisitor.Select` and `IVisitor.EndVisit` tests. Maybe add separate tests for `IPropagator`s. Create more tests for separate components more than integrated tests, where all of them works together....

inProccess

https://en.wikipedia.org/wiki/Minimum_cut https://en.wikipedia.org/wiki/Minimum_k-cut

Add ci/cd to github repository. Add code coverage indicators. Divide your tests vertically so each function is tested in separated file. Add more edge-cases tests for each of tested function....

important