Expand description
Contains all the (geometric) information that is considered when performing a graph layout.
We support:
- Multiple edges between the same two nodes.
- Self-edges
Duplicated graph nodes are undefined behavior.
Structsยง
- Graph
Template ๐ - A
LayoutRequest
encapsulates all the information that is considered when computing a layout. - Node
Template ๐