Changeset 886:1aa7eba26af5 in lemon-main
- Timestamp:
- 04/12/10 13:59:41 (15 years ago)
- Branch:
- default
- Children:
- 887:ca4059d63236, 890:bb871cb8ac06
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/bits/path_dump.h
r885 r886 121 121 122 122 bool empty() const { 123 return source != target;123 return predMatrixMap(source, target) == INVALID; 124 124 } 125 125
Note: See TracChangeset
for help on using the changeset viewer.