Changeset 389:770cc1f4861f in lemon-0.x for src/work/marci/bfs_iterator.h
- Timestamp:
- 04/24/04 14:44:41 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@520
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/marci/bfs_iterator.h
r360 r389 147 147 bool isANodeExamined() const { return !(graph->valid(actual_edge)); } 148 148 Node aNode() const { return actual_node; /*FIXME*/} 149 Node bNode() const { return G.bNode(actual_edge); }149 Node bNode() const { return graph->bNode(actual_edge); } 150 150 const ReachedMap& getReachedMap() const { return reached; } 151 151 const std::stack<OutEdgeIt>& getDfsStack() const { return dfs_stack; }
Note: See TracChangeset
for help on using the changeset viewer.