Class: Tangle::Undirected::Simple::Graph
- Defined in:
- lib/tangle/undirected/simple/graph.rb
Overview
A simple graph, without loops and multiple edges
Instance Attribute Summary
Attributes included from Mixin::Initialize
Method Summary
Methods inherited from Graph
#adjacent, #adjacent?, #connected?, #connected_subgraph, #disconnected?, #disconnected_subgraph, #reachable
Methods inherited from BaseGraph
[], #[], #add_edge, #add_vertex, #clone, #edges, #fetch, #initialize, #remove_edge, #remove_vertex, #select, #subgraph, #to_s, #vertices
Methods included from Currify
Constructor Details
This class inherits a constructor from Tangle::BaseGraph