-
All bin-packing predicates crash when no items are given. For example,
```
include "bin_packing.mzn";
constraint bin_packing(10, [], []);
```
results in
```
/tmp/bin_packing_test.mzn:3.…
-
Does this algorithm take into account the problem of packing stability? For example, an item may not be supported by another item under it.
-
- Abstract (2-3 lines)
We shall demonstrate a solution to the 3D bin packing problem(3DBPP) which aims to find the optimal way of arranging a set of 3D packages in a cargo container by minimizing its…
-
-
Use or implement something like this: http://incise.org/2d-bin-packing-with-javascript-and-canvas.html to get optimally place icons on a grid in addition to vertical/horizontal/diagonal options. Woul…
-
From what I can find in the `clang-format` documentation, there isn't an option (or a combination of options) to disable bin-packing for operands.
I was looking for an option that if `true`, the co…
-
-
Currently we use a simple guillotine algorithm coupled with a simulated annealing process, it'd be great if we could use less heuristic approaches in getting to the best solution.
Related links
- htt…
-
Hi, I would like to ask, if it is possible to solve 3D online bin packing problem?
Or if anyone knows about any solution for 3D online bin packing problem, please, write :)
-
*Issue migrated from trac ticket # 2817*
**milestone:** HeuristicLab 3.3.17 | **component:** Problems.BinPacking | **priority:** medium
#### 2017-08-02 16:50:14: @abeham created the issue
___
> Th…