#include <inout.hpp>

Public Member Functions | |
| linklist (const undirected_graph &ref) | |
| std::ostream & | print (std::ostream &os) const |
print the graph structure using the old "short adjacency matrix" format. each line consists of a triple node, node, link multiplicity. Each (multiple) undirected link is only printed once.
1.5.6