Skip to content

AlgorithmExtensions

Alexandre Rabérin edited this page May 12, 2020 · 1 revision

Algorithm Extensions

AlgorithmExtensions (in the QuikGraph.Algorithms namespace) provides a number of extension methods on graphs to solve common graph problems.

Adding a reference to the QuikGraph.Algorithms namespace like:

using QuikGraph.Algorithms;

gives access to algorithms as well as the extensions.

Clone this wiki locally