Click or drag to resize

GraphHelperDefinedSubgraph Method (IDictionaryIEdge, SetValueType, IGraph)

Returns the edge induced/defined subgraph of the given edge set

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

Parameters

edgeSet
Type: System.Collections.GenericIDictionaryIEdge, SetValueType
graph
Type: de.unika.ipd.grGen.libGrIGraph

Return Value

Type: IGraph
See Also