Module graph

Source
Expand description

Graphs, finite and infinite.

Graphs are the fundamental combinatorial structure in category theory and a basic building block for higher dimensional categories. We thus aim to provide a flexible set of traits and structs for graphs as they are used in category theory.

Structs§

ColumnarGraphMapping
A graph mapping backed by columns.
GraphMorphism
A homomorphism between graphs defined by a mapping.
HashGraph
A finite graph with indexed source and target maps, based on hash maps.
SkelGraph
A skeletal finite graph with indexed source and target maps.

Enums§

GraphElem
An element in a graph.
InvalidGraphData
An invalid assignment in a graph defined explicitly by data.
InvalidGraphMorphism
A failure of a mapping between graphs to define a graph homomorphism.

Traits§

ColumnarGraph
A graph backed by sets and mappings.
FinGraph
A graph with finitely many vertices and edges.
FiniteColumnarGraph
A finite graph backed by columns.
Graph
A graph.
GraphMapping
A mapping between graphs.
MutColumnarGraph
A columnar graph with mutable columns.

Type Aliases§

UstrGraph
A finite graph with vertices and edges of type Ustr.