class RGL::AdjacencyGraph

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