As mentioned in the title, I need C / C ++ source code or a library that I can use to solve the problem with Bin Packing with two-dimensional rectangular shapes, where the cell is also rectangular and the rectangles also rotate at 90 ยฐ to fit better . I already have all the necessary values, so I do not need an online packaging algorithm.
I found only lib that deals with a square box and without rotation, which is not very effective for my needs.
I would really appreciate that C / C ++ handles a rectangular basket and rotation.
Thanks.
PS: The required time for calculation is not important, only the result.
PPS: it must be C or C ++, and I did not find anything useful to search for stackoverflow ...
Hardcoder
source share