Changeset 594:23a608ba40ab in lemon-0.x for src/hugo
- Timestamp:
- 05/10/04 11:12:28 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@773
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/hugo/graph_wrapper.h
r593 r594 467 467 bool hidden(const Edge& e) const { return !(*edge_filter_map)[e]; } 468 468 469 /// This is a linear time operation an works only if469 /// This is a linear time operation and works only if 470 470 /// NodeIt is defined. 471 471 int nodeNum() const {
Note: See TracChangeset
for help on using the changeset viewer.