Re: bpp plus type constrain

2023-10-11 Thread Michael Hennebry
On Wed, 11 Oct 2023, Leonardo Corato wrote: About the upper bound, I realized the bins could't have been enough, so my first code was a greedy solution: 1 bin per 1 item. Two items per bin would also work. Do you think I should write the full bpp with types, code? Maybe it could help

Re: bpp plus type constrain

2023-10-11 Thread Leonardo Corato
Thank you Michael, I already did, I realized immediately it was a typing error. I have to double thank you because you made me understand a thing in which I was stuck. About the upper bound, I realized the bins could't have been enough, so my first code was a greedy solution: 1 bin per 1 item. I