Class: Tangle::Simple::Graph
Overview
A simple graph, without loops and multiple edges
Constant Summary collapse
Constants inherited from Graph
Instance Attribute Summary
Attributes inherited from Graph
Method Summary
Methods inherited from Graph
[], #add_edge, #add_vertex, #add_vertices, #edges, #get_vertex, #initialize, #subgraph, #vertices
Constructor Details
This class inherits a constructor from Tangle::Graph