verigraph
verigraph copied to clipboard
(Untyped) Symbolic Graphs and Morphisms with Integers
Implement a data type for (untyped) symbolic graphs and morphisms, including instances of Morphism
, FindMorphism
, EpiPair
, AdhesiveHLR
.
The base algebra should support only integers. The graphs are untyped, and each node contains a single integer attribute. Edges have no attributes.