Header menu logo B2R2

IDominanceFrontier<'V, 'E> Type

Interface for computing dominance frontier of nodes in digraphs.

Instance members

Instance member Description

this.DominanceFrontier

Full Usage: this.DominanceFrontier

Parameters:
Returns: IEnumerable<IVertex<'V>>
Modifiers: abstract

Get 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.

arg0 : IVertex<'V>
Returns: IEnumerable<IVertex<'V>>

Type something to start searching.