Expand description
Graph type markers for parametric problem modeling.
Structs§
- Bipartite
Graph - Bipartite graph - vertices can be partitioned into two sets with edges only between sets.
- Graph
Subtype Entry - Runtime registration of graph subtype relationships.
- Planar
Graph - Planar graph - can be drawn on a plane without edge crossings.
- Simple
Graph - Simple (arbitrary) graph - the most general graph type.
- Unit
Disk Graph - Unit disk graph - vertices are points, edges connect points within unit distance.
Traits§
- Graph
Marker - Marker trait for graph types.
- Graph
Subtype - Compile-time subtype relationship between graph types.