Predicate that test if an edge's reverse is residual
Namespace:
QuickGraph.PredicatesAssembly: 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]]
