Predicate that test if an edge's reverse is residual

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

Syntax

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

Remarks

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

Inheritance Hierarchy

System..::.Object
  QuickGraph.Predicates..::.ReversedResidualEdgePredicate

See Also