Click or drag to resize

LGSPGraphStatisticsAnalyzeGraph Method

Analyzes the graph. The calculated data is used to generate good searchplans for the current graph. To be called from the graph, not directly, to ensure the changes counter is correctly set.

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public void AnalyzeGraph(
	LGSPGraph graph
)

Parameters

graph
Type: de.unika.ipd.grGen.lgspLGSPGraph
See Also