vertextovertex
Vertextovertex is a term used in graph theory and theoretical computer science to describe a constructed relation that links vertices via a rule or function rather than solely by adjacency. The name emphasizes its role as a relation that maps one vertex to another, potentially encoding a transformation or process.
In a directed graph G = (V, E), a vertextovertex relation can be understood in two common ways.
Properties of vertextovertex relations vary. They may be deterministic or non-deterministic, total or partial, and they
Applications and examples. In a state machine, a vertextovertex may represent the transition function between states.