You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eivind Gussiås Løkseth edited this page Aug 3, 2018
·
3 revisions
Algorithm Extensions
{{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 3.5 or above,
Add a reference to the {{QuickGraph.Algorithms}} namespace,
{{
using QuickGraph.Algorithms;
}}
The extension methods will be enabled for the graph instances.