Imported modules
|
|
from DataStructures import Point2D, VertexLabeling, EdgeLabeling, EdgeWeight
from GatoGlobals import *
import logging
|
Classes
|
|
Graph |
Provides a mathematical graph object consisting of vertices
|
SubGraph |
Provides a subgraph, i.e., a subset of the vertices and edges
|
|
|