module RGL::MutableGraph

def add_vertex(v)


graph (tested via eql?), the method does nothing.
Add a new vertex _v_ to the graph. If the vertex is already in the
def add_vertex(v)
  raise NotImplementedError
end