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