Yisaer/Nest4J

ways to calculate Multi bin?

jingchengchen-com opened this issue · 0 comments

Hi @Yisaer, thanks a lot for this amazing tool.

I personally do not have much knowledge about nesting algorithms. But I wonder if it is possible to extend the nesting to support multiple formats of bin?

For instance we now have Nest nest = new Nest(bin, polygons, config, 2);

How can we achieve Nest nest = new Nest(bins, polygons, config, 2); where bins is a list of bin or course.

Would be grateful if you give some insights. Thanks!