Changeset 280:e7f8647ce760 in lemon-1.2 for lemon/bits/base_extender.h
- Timestamp:
- 07/14/08 16:23:11 (15 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/bits/base_extender.h
r256 r280 106 106 /// Returns whether the given directed arc has the same orientation 107 107 /// as the corresponding edge. 108 ///109 /// \todo reference to the corresponding point of the undirected digraph110 /// concept. "What does the direction of an edge mean?"111 108 static bool direction(const Arc &a) { return a.forward; } 112 109
Note: See TracChangeset
for help on using the changeset viewer.