IDominanceFrontierProvider<'V, 'E> Type
Represents an interface for providing dominance frontier instances.
Instance members
| Instance member |
Description
|
Full Usage:
this.CreateIDominanceFrontier
Parameters:
IDiGraphAccessible<'V, 'E>
dom : IDominance<'V, 'E>
isPostDominance : bool
Returns: IDominanceFrontier<'V, 'E>
Modifiers: abstract |
Returns an IDominanceFrontier instance using the given graph and the IDominance instance. The third argument `isPostDominance` is a boolean flag indicating whether the dominance frontier is for post-dominance.
|
B2R2