Pajek - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Pajek (.net) Graph Format

Pajek file format

 

Description

Examples

Description

• 

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.

Examples

Import a Pajek file encoding the Petersen graph.

(1)

Import a Pajek file encoding the constellation Draco.

(2)

Export the Levi graph to a Pajek file in the home directory of the current user.

(3)

(4)

See Also

Formats

GraphTheory

 


Download Help Document