epitaph_graphs/nodes/undirected_edge library

Classes

UndirectedEdge
Abstract class extending Edge. When building an undirected Edge this class should be extended. An undirected edge in a graph has ne directionality. That means that using a Vertex a or b as a starting point will not change if an operation is true or not.