Click or drag to resize

GraphHelperInducedSubgraph Method

Returns the induced subgraph of the given node set

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static IGraph InducedSubgraph(
	IDictionary<INode, SetValueType> nodeSet,
	IGraph graph
)

Parameters

nodeSet
Type: System.Collections.GenericIDictionaryINode, SetValueType
graph
Type: de.unika.ipd.grGen.libGrIGraph

Return Value

Type: IGraph
See Also