Predicate that test if an edge is residual

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

Syntax

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

Remarks

Given a capacity map, the predicate returns true if the edge capacity is positive: 0 < Capacities[e]

Inheritance Hierarchy

System..::.Object
  QuickGraph.Predicates..::.ResidualEdgePredicate

See Also