Chapter 7. Tulip graph format

Table of Contents

1. Nodes
2. Edges
3. Clusters
4. Definitions of properties
Property Type
5. Properties of Tulip

1. Nodes

The nodes are stored with a list of index. The index must be integers (Greater than 0).

Syntax

(nodes id_node1 id_node2 ...)

Sample :

(nodes 1 2 3 4 5 )