Skip to content

Commit

Permalink
Merge branch 'master' into fix_minvc_filter
Browse files Browse the repository at this point in the history
  • Loading branch information
hmarkus committed May 14, 2020
2 parents 7679012 + b1ec21e commit b76feae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dpdb/problems/vertexcover.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def filter(self, node):

for edge in nv:
check.append(" OR ".join(map(var2col, edge)))

if check:
return "WHERE ({})".format(") AND (".join(check))
else:
Expand Down

0 comments on commit b76feae

Please sign in to comment.