The tlp.Graph class
Modification of the graph structure
Creation and Modification of the sub-graphs hierarchy
Iterators on the graph structure
All the provided iterators are stable, meaning you can safely delete a node/edge/subgraph
from the graph while iterating on its nodes/edges/subgraphs.
Informations about the graph stucture
Create/Access graph properties
Application of algorithms
Update management
Meta-nodes management
Graph observation