An overlap graph edge. More...
Data Fields | |
off_t | weight |
the weight of the edge | |
size_t | src_id |
the source vertex of the edge | |
size_t | dst_id |
the destination vertex of the edge | |
int | removed |
whether the edge has been removed from the graph | |
struct edge * | next |
the next edge in the list |
An overlap graph edge.
Definition at line 40 of file overlap_graph.c.