An overlap graph. More...
Data Fields | |
struct vertex * | vertices |
the vertices of the graph | |
size_t | capacity |
the vertex capacity of the graph | |
size_t | size |
the actual number of vertices in the graph | |
struct edge | tail |
a tail edge used in edge lists |
An overlap graph.
Definition at line 65 of file overlap_graph.c.