You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I haven't done any benchmarks against any other algorithms, except of course the original which I based rectpack2D on. rectpack2D is of course not optimal since optimal packing is NP-complete, and this one is just a heuristic.
The only thing I found was this article https://www.david-colson.com/2020/03/10/exploring-rect-packing.html. And in it, Binary Tree is not optimal
The text was updated successfully, but these errors were encountered: