Click or drag to resize

LGSPGraphFreeVisitedFlag Method

Frees a visited flag. This is a safe but O(n) operation, as it resets the visited flag in the graph.

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public override void FreeVisitedFlag(
	int visitorID
)

Parameters

visitorID  Int32
The ID of the visited flag to be freed.

Implements

IGraphFreeVisitedFlag(Int32)
See Also