nimnet/io/leda

Search:
Group by:

LEDA format reader (read-only)

LEDA native format for graphs.

Procs

proc parseLeda(data: string): Graph[int] {....raises: [], tags: [], forbids: [].}
Parse LEDA format (alias for readLeda).
proc readLeda(data: string): Graph[int] {....raises: [], tags: [], forbids: [].}
Read a graph from LEDA format string. LEDA format: header, then nodes section, then edges section.