@@ -48,3 +48,3 @@
bool empty() const {
return predMap[target] != INVALID;
return predMap[target] == INVALID;
}
@@ -122,3 +122,3 @@
return source != target;
return predMatrixMap(source, target) == INVALID;