# File lib/rgl/adjacency.rb, line 98
 98:     def add_vertex (v)
 99:       @vertice_dict[v] ||= @edgelist_class.new
100:     end