module RGL::Edge
Module Edge includes classes for representing edges of directed and undirected graphs. There is no need for a Vertex class, because every ruby object can be a vertex of a graph.
Module Edge includes classes for representing edges of directed and undirected graphs. There is no need for a Vertex class, because every ruby object can be a vertex of a graph.