22 graph(
const std::string &file_name);
48 return _vertices.size();
66 void DetermineNumberVertices();
68 std::vector<std::array<unsigned int, 2>> _edges;
69 std::set<unsigned int> _vertices;
graph & operator=(graph const &rhs)=default
size_t Max_vertex() const
friend std::ostream & operator<<(std::ostream &s, graph const &rhs)
graph(const std::string &file_name)
Reads edges for graph from file.
graph(graph const &org)=default
std::vector< std::vector< unsigned int > > get_node2nodes() const