Where can I find open source 2d bin packing algorithms? [closed]
Asked Answered
S

1

8

I'm looking for open source (preferably c++) algorithms for 2d bin packing of rectangular and or irregular shapes. I've found several papers on the subject but no code.

Socher answered 27/9, 2008 at 12:42 Comment(2)
Could this be a variation on this problem? Calculating a cutting list with the least amount of off cut waste I know it isn't the same, but perhaps the algorithms can give you some insight for your own problem.Disseise
This is a dupe of this problem really: #140906Multifaceted
C
-1

Here is the best to my knowledge about rectangular bin packing:

http://clb.demon.fi/projects/rectangle-bin-packing

Chamber answered 6/4, 2015 at 7:2 Comment(1)
Link only answers are not so useful since the link may become invalid. Please add some more detailsPride

© 2022 - 2024 — McMap. All rights reserved.