class

Crystalline::Graph::MutableGraph(T, Edge, EdgeList)

Inherits Crystalline::Graph::Graph / Enumerable / Reference / Object

Constructors

new(*other_graphs)
Source

Instance methods

==(x)

Returns false (other can only be a Value here).

Source
add_edge(u, v)
Source
add_edges(edges)
Source
add_vertex(v)
Source
add_vertices(a)
Source
each_adjacent(v, &)
Source
each_vertex
Source
has_edge?(u, v)
Source
has_vertex?(v)
Source
remove_edge(u, v)
Source
remove_vertex(v)
Source
remove_vertices(a)
Source