#include <inout.hpp>

Public Member Functions | |
| adjmatrix (const undirected_graph &ref) | |
| std::ostream & | print (std::ostream &os) const |
print the (nv x nv) graph adjacency matrix. The matrix element a_ij is the number of directed links from vertex i to j. Vertex numbers are discarded.
1.5.6