Click or drag to resize

GraphHelperDefinedSubgraphUndirected Method

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

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

Parameters

edgeSet  IDictionaryIUEdge, SetValueType
 
graph  IGraph
 

Return Value

IGraph
See Also