Defined in File GraphTools.hpp
Returns the number of nodes and the number of edges of the input graph.
G – The input graph.
std::pair<count, count> with the number of nodes and the number of edges of the input graph.