Skip to content

Commit

Permalink
111555
Browse files Browse the repository at this point in the history
  • Loading branch information
petarpetrovv committed Nov 24, 2024
1 parent 2e45000 commit bef0060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mqt/qao/karp/karp_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ def check_three_d_matching(
return {"Valid Solution": True}

@staticmethod
# if A=1 and B= 0 then it is an exact cover, if B=1 it is smallest exact cover, if B=-1 largest exact cover in number of subsets
# if A=1 and B = 0 then it is an exact cover, if B=1 it is smallest exact cover, if B=-1 largest exact cover in number of subsets
def exact_cover(
input_data: str | list[tuple[int, list[int]]],
b: float = 0,
Expand Down

0 comments on commit bef0060

Please sign in to comment.