Structs§
- Graph
- An adjacency list representation of a generic graph, including the
map required to go from node index to the original node name. The
Ntype parameter is the node name in the original graph, e.g.BStringfor GFA graphs, orusizefor graphs that use integer names.