45 vector<Index> unexp_vert;
62 pair<Index, GraphNode> vertex_and_graph_node(
startingVertex_, graph_node);
71 if (!unexp_vert.size()) {
75 if (unexp_vert.size() > 1) {
77 "More than one unexplored vertex in an edge,"
78 " did you set the starting node");
81 pair<Index, GraphNode> vertex_and_node(unexp_vert.at(0),
82 graph.
getNode(unexp_vert.at(0)));
95 if (unexplored_vertices.size()) {
96 addEdges_(graph, unexplored_vertices.at(0));
base class for all analysis tools