#include <inout.hpp>

Public Member Functions | |
| adjlist (const undirected_graph &ref) | |
| std::ostream & | print (std::ostream &os) const |
print the graph structure in an adjacency list format. Each printed line consists of a vertex followed by its neighbors
1.5.6