Bin Packing Problem: Solver Fails to Find Solutions Requiring More Than 4 Bins #4530
Replies: 4 comments 1 reply
-
What happens if you change the solver ? |
Beta Was this translation helpful? Give feedback.
-
I hadn't changed until when you asked. I tryed "CP-SAT" solver, too. And I got the same stucking issue. |
Beta Was this translation helpful? Give feedback.
-
you should enable logging
|
Beta Was this translation helpful? Give feedback.
-
What does it show?
Le mar. 4 févr. 2025, 08:00, Hüseyin Aydın ***@***.***> a
écrit :
… Thank you, but it show only trys. The result didn't come out. The issue is
going on
—
Reply to this email directly, view it on GitHub
<#4530 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACUPL3I3GUIYJA5DAQ4KVDT2OBQSPAVCNFSM6AAAAABWN2JCKOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMBVGEZTOMA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I'm using
Version: main/v9.11.42.10
Language: C#
with Solver "SCIP" on Windows 11
I added more parts to check the "Bin Packing Problem Solver"
I changed DataModel to
I expected 7-8 bins needed with the optimized result, but the Solver stucks.
I changed the DataModel like:
I got the same result (Stucks), but if I use small number of Weights and if needed less than 5 bins the results come out.
My full code as below:
Beta Was this translation helpful? Give feedback.
All reactions