Ticket #3695: biconnected_components.patch
File biconnected_components.patch, 516 bytes (added by , 13 years ago) |
---|
-
.hpp
old new 83 83 put(lowpt, source(e, g), 84 84 min BOOST_PREVENT_MACRO_SUBSTITUTION(get(lowpt, source(e, g)), 85 85 get(dtm, target(e, g)))); 86 } 86 87 vis.back_edge(e, g); 87 88 } 88 }89 89 90 90 template <typename Edge, typename Graph> 91 91 void forward_or_cross_edge(const Edge& e, Graph& g)