[][src]Module graphrepresentations::adjacencyarray

Defines the adjacency array graph representation.

This is a compact static graph representation that is often the most efficient solution if updates to the topology are rare.

Modules

iterators

Iterator types for the AdjacencyArray.

Structs

AdjacencyArray

A graph represented as adjacency array.