Skip to content

Commit

Permalink
added max-cut example
Browse files Browse the repository at this point in the history
  • Loading branch information
joschout committed Jul 31, 2020
1 parent 2b64f58 commit 3b23763
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/max_cut/calculate_cut.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ def has_correct_shape(matrix: np.ndarray):
return False
return True

# cut_from_set: Set[VIndex] = {0}


def powerset(iterable):
"""
Expand Down

0 comments on commit 3b23763

Please sign in to comment.