COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bits/path_dump.h

    r971 r209  
    4747
    4848    bool empty() const {
    49       return predMap[target] == INVALID;
     49      return predMap[target] != INVALID;
    5050    }
    5151
     
    121121
    122122    bool empty() const {
    123       return predMatrixMap(source, target) == INVALID;
     123      return source != target;
    124124    }
    125125
Note: See TracChangeset for help on using the changeset viewer.