An predicate that checks that the edge is not in both circuit and temporary circuit.

Namespace:  QuickGraph.Predicates
Assembly:  QuickGraph (in QuickGraph.dll) Version: 2.4.2.1515 (2.4.2.1515)

Syntax

C#
public class NotInCircuitEdgePredicate : IEdgePredicate
Visual Basic (Declaration)
Public Class NotInCircuitEdgePredicate _
	Implements IEdgePredicate

Inheritance Hierarchy

System..::.Object
  QuickGraph.Predicates..::.NotInCircuitEdgePredicate

See Also