IDominanceFrontier<'V, 'E> Type
Represents an interface for computing dominance frontier of nodes in digraphs.
Instance members
| Instance member |
Description
|
Full Usage:
this.DominanceFrontier
Parameters:
IVertex<'V>
Returns: IEnumerable<IVertex<'V>>
Modifiers: abstract |
Gets the dominance frontier of a vertex, which is the set of all vertices that are not strictly dominated by the vertex but are reachable from the vertex.
|
B2R2