Go to the source code of this file.
Data Types | |
| interface | digraph |
| Directed graph with fixed vertex count and efficient cycle detection Stores edges in a dense adjacency matrix slice per vertex. Only the actually used portion of each row is tracked via list_sizes. More... | |