Click or drag to resize

GraphHelperInsertInduced Method

Inserts a copy of the induced subgraph of the given node set to the graph returns the copy of the dedicated root node the root node is processed as if it was in the given node set even if it isn't

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

Parameters

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

Return Value

Type: INode
See Also