Class: Tangle::Undirected::Simple::Graph

Inherits:
Graph show all
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

#mixins

Method Summary

Methods inherited from Graph

#adjacent, #adjacent?, #connected?, #connected_subgraph, #disconnected?, #disconnected_subgraph, #reachable

Methods inherited from BaseGraph

[], #[], #add_edge, #add_vertex, #edges, #fetch, #initialize, #remove_edge, #remove_vertex, #select, #subgraph, #to_s, #vertices

Methods included from Currify

included

Constructor Details

This class inherits a constructor from Tangle::BaseGraph