/** We follow the simple path to get its length */
typenameGraphTemplate<Node,Edge,GraphDataVariant>::templateVector<Edge>neighbors=_graph.neighborsEdge(node);// so, it has one or more neighbors in a single direction
...
...
@@ -436,6 +448,10 @@ unsigned long Simplifications<Node,Edge,GraphDataVariant>::removeTips()
unsignedintpathLen=1;
vector<Node>nodes;
nodes.push_back(node);
TIME(autostart_simplepath_t=get_wtime());
/* get that putative tip length (stop at a max) */