Class RGL::AdjacencyGraph
In: lib/rgl/adjacency.rb
Parent: DirectedAdjacencyGraph

AdjacencyGraph is an undirected Graph. The methods add_edge and remove_edge are reimplemented: If an edge (u,v) is added or removed, then the reverse edge (v,u) is also added or removed.

Methods

Public Instance methods

Also removes (v,u)

Protected Instance methods

[Validate]