LEDA (.gw, .lgr) Graph Format
LEDA file format
Description
Examples
LEDA is a text-based file format for storing a single directed or undirected graph.
The GraphTheory[ImportGraph] and GraphTheory[ExportGraph] commands can read from and write to this format.
Import a LEDA file encoding a directed graph.
digraph≔Import⁡example/digraph.lgr,base=datadir
digraph≔Graph 1: a directed graph with 11 vertices and 12 arc(s)
GraphTheory:-DrawGraph⁡digraph,style=spring
See Also
Formats
GraphTheory
Download Help Document