Class implementing a multiedges graph.A multiedges graph allows multiple edges between the same source and target vertices. More...
Public Member Functions | |
MG (size_t sz) | |
Create a multiedges graph with the specified number of vertices. | |
Class implementing a multiedges graph.
A multiedges graph allows multiple edges between the same source and target vertices.
Traits | A traits class that defines customizable components of graph, such as the descriptor, model, storage, etc. |