MutableGraph ============ The MutableGraph is an abstract base class, that allows modifications and additions to the graph. It is used to build graphs. `SizeBoundedGraph` is a subclass. .. autoclass:: deglib.graph.MutableGraph :members: :undoc-members: :show-inheritance: :exclude-members: to_cpp :member-order: bysource