IGraph Module
Module for IGraph<'V, 'E> type to provide utility functions.
Functions and values
Function or value | Description |
Compute a subgraph of the given graph (inGraph) using only the vertices in the given set (vs). The resulting graph will have the same structure as the original graph, but only the vertices in the set and the edges between them will be included. This function assumes that the (outGraph) is an empty graph. Otherwise, the behavior is undefined.
|