[][src]Module gamma::graph

Structs

DefaultGraph

An undirected Graph backed by an adjacency matrix. Nodes and neighbors are iterated in the order in which they're added.

Enums

Error

Traits

Graph

An unweighted graph.