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