 | IGraphFreeVisitedFlag 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.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxvoid FreeVisitedFlag(
int visitorID
)
Parameters
- visitorID Int32
- The ID of the visited flag to be freed.
See Also