Click or drag to resize

LGSPGraphGetAllocatedVisitedFlags Method

Returns the ids of the allocated visited flags.

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public override List<int> GetAllocatedVisitedFlags()

Return Value

ListInt32
A dynamic array of the visitor ids allocated.

Implements

IGraphGetAllocatedVisitedFlags
See Also