Skip to content

Commit

Permalink
Update objectives.py
Browse files Browse the repository at this point in the history
  • Loading branch information
8onlichtman authored Mar 31, 2024
1 parent d60bc7e commit ec0b855
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prtpy/objectives.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ def lower_bound(self, sums:list, sum_of_remaining_items:float, are_sums_in_ascen
25.0
>>> MinimizeDifference.lower_bound([10,20,30,40,50], sum_of_remaining_items=45)
15.0
>>> MinimizeDifference.lower_bound([10,20,30,40,50], sum_of_remaining_items=200)
0.0
>>> MinimizeDifference.lower_bound([0,0,0,0,0], sum_of_remaining_items=54)
Expand Down

0 comments on commit ec0b855

Please sign in to comment.