Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomino committed Oct 3, 2023
1 parent 5993508 commit 8882bfd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/process_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@ def load_results(file_name: str):
return SampleSet.from_serializable(file)


def analyze_constraints(
lp, sample: dict[str, int]
):
def analyze_constraints(lp, sample):
"""check which constraints were satisfied
:param lp: analyzed integer model
Expand Down

0 comments on commit 8882bfd

Please sign in to comment.