coin-or / prtpy

Number partitioning in Python
MIT License
47 stars 20 forks source link

Update bin_completion.py #16

Closed dinkubag closed 1 year ago

dinkubag commented 1 year ago

I have changed line 105 in the old file with the while loop and added one more line in the body of this while loop to solve the bug reported at https://github.com/erelsgl/prtpy/issues/15. The same example has also been added to the list of test cases.