Changeset 971:1aa7eba26af5 in lemon
- Timestamp:
- 04/12/10 13:59:41 (15 years ago)
- Branch:
- default
- Children:
- 972:7faa990932a3, 973:290f3ca599d6, 974:e26ad33d1fbc, 975:ca4059d63236, 980:bb871cb8ac06
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/bits/path_dump.h
r970 r971 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.