13 # ifndef SEARCH_MEMORY_LEAKS_ENABLED
14 # error SEARCH NOT ENABLED
16 # define new DEBUG_NEW
18 static char THIS_FILE[] = __FILE__;
83 for (; it !=
end; ++
it) {
102 while (eit != eend) {
115 if (father !=
node()) {
144 pair<list<node>,list<edge> > (list<node> (), list<edge> ()));
146 (*li).first.push_back(st);
176 pair<list<node>,list<edge> > (list<node> (), list<edge> ()));
178 list<node>& component = (*li).first;
179 list<edge>& co_edges = (*li).second;
189 component.push_back (tmp);
195 component.push_back (curr);
210 co_edges.push_back (ed);
229 if (father !=
node() && n == first) {
275 node adj = (*it).target();
277 (*cit).second.push_back(*it);