You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Christian Lück edited this page Feb 27, 2015
·
2 revisions
The class names correspond to the underlying mathematical concepts, so it helps if you're familiar with graph theory.
Simply put, the Graph is what you're most likely going to care about. It provides methods for accessing and manipulating vertices (plural of Vertex) and Edges.
It uses Set\Vertices and Set\Edges as its underlying data structure to keep track of any number of Vertex and Edge instances.