Skip to content

AlgorithmExtensions

Mark Junker edited this page Jun 7, 2018 · 1 revision

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

Enabling the extensions

  • Set your project to use .NET 4.6.1 or above,
  • Add a reference to the QuickGraph.Algorithms namespace,
using QuickGraph.Algorithms;

The extension methods will be enabled for the graph instances.

Clone this wiki locally