Graph

A shorthand for an undirected graph.

alias Graph(Vertex) = BasicGraph!(Vertex, EdgeDirection.undirected)

Meta