-
CleanBack()
- Dfs BackVisit for cleaning.
-
CleanFirst()
- Dfs FirstVisit for cleaning.
-
CleanLast()
- Dfs LastVisit for cleaning.
-
CleanSet()
- Dfs Set for cleaning.
-
DFS()
- Performs a generic (recursive) DFS on the dag.
-
DagVertexComp()
- Compare two vertices.
-
DagVertexHash()
- Calculate the hash key of a vertex.
-
DagVertexInit()
- Vertex initialization.
-
Dag_Dfs()
- Performs a generic DFS on the dag.
-
Dag_ManagerAlloc()
- Creates a new DAG manager.
-
Dag_ManagerFree()
- Deallocates a DAG manager.
-
Dag_ManagerGC()
- Garbage collects the DAG manager.
-
Dag_PrintStats()
- Prints various statistics.
-
Dag_VertexInsert()
- Vertex insert.
-
Dag_VertexLookup()
- Vertex lookup.
-
Dag_VertexMark()
- Marks a vertex as permanent.
-
Dag_VertexUnmark()
- Unmarks a vertex (makes it volatile).
-
GC()
- Depth-first garbage collection.
-
()
- Clears (forces) a bit annotation to 0.
-
()
- Filters a pointer from bit annotations.
-
()
- Sets (forces) a bit annotation to 1.
-
()
- Tests if the edge is annotated.
Last updated on 2010/11/03 21h:54