Defines an algorithm that support edge predecessor recording.

Namespace:  QuickGraph.Concepts.Algorithms
Assembly:  QuickGraph (in QuickGraph.dll) Version: 2.4.2.1515 (2.4.2.1515)

Syntax

C#
public interface IEdgePredecessorRecorderAlgorithm : IAlgorithm
Visual Basic (Declaration)
Public Interface IEdgePredecessorRecorderAlgorithm _
	Implements IAlgorithm

See Also