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