Changeset 399:11d69d6502e4 in lemon-0.x for src/work/alpar/smart_graph.h
- Timestamp:
- 04/25/04 19:06:40 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@530
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/alpar/smart_graph.h
r395 r399 157 157 158 158 for(std::vector<DynMapBase<Node> * >::iterator i=dyn_node_maps.begin(); 159 i!=dyn_node_maps.end(); ++i) (**i).add(n .n);159 i!=dyn_node_maps.end(); ++i) (**i).add(n); 160 160 161 161 return n; … … 469 469 SymSmartGraph() : SmartGraph() { } 470 470 SymSmartGraph(const SmartGraph &_g) : SmartGraph(_g) { } 471 ///Adds a pair of oppositely directed edges to the graph. 471 472 Edge addEdge(Node u, Node v) 472 473 {
Note: See TracChangeset
for help on using the changeset viewer.