As the title already says I need C/C++ sourcecode or a library that I can use to solve the Bin Packing problem with 2D rectangular shapes where the bin is also rectangular and the rectangles are also being rotated by 90° angles to fit better. I already have all required values, so I need no online packing algorithm.
I only found a lib that deals with a square bin and without rotation which is not really efficient enough for my needs.
I would really appreciate anything C/C++ handling a rectangular bin and rotation.
Thanks.
PS: The required time for the calculation is not important, only the result is.
PPS: It has to be C or C++, and I didn't find anything useful searching stackoverflow...