Pajek (.net) Graph Format
Pajek file format
Description
Examples
Pajek 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.
The general-purpose commands Import and Export also support this format.
Import a Pajek file encoding the Petersen graph.
Import a Pajek file encoding the constellation Draco.
Export the Levi graph to a Pajek file in the home directory of the current user.
See Also
Formats
GraphTheory
Download Help Document