Changes in / [938:5f99ba40aa86:972:7faa990932a3] in lemon
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/bits/path_dump.h
r209 r971 47 47 48 48 bool empty() const { 49 return predMap[target] != INVALID;49 return predMap[target] == INVALID; 50 50 } 51 51 … … 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.