Interface IAlgorithm<TGraph>
Represents an algorithm to run on a graph.
Inherited Members
Namespace: QuikGraph.Algorithms
Assembly: QuikGraph.dll
Syntax
public interface IAlgorithm<out TGraph> : IComputation
  Type Parameters
| Name | Description | 
|---|---|
| TGraph | Graph type.  | 
      
Properties
| Improve this Doc View SourceVisitedGraph
Gets the graph to visit with this algorithm.
Declaration
TGraph VisitedGraph { get; }
  Property Value
| Type | Description | 
|---|---|
| TGraph |