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