OptaPlanner doesn't have out-of-the-box support for 3D volume
packing yet
because from my experience, the best approach for that is as
follows:
1) Use Local Search to order a List of items (for example with
OptaPlanner's <localSearch>)
2) The order of the List is the order of the First Fit Decreasing
algorithm. So put in the first item on the bottom left corner,
then the second against it, etc.
I've got an old implementation which does use OptaPlanner and
does do that approach:
https://github.com/ge0ffrey/packing-santas-sleigh/
But you'll see "there be dragons".
AFAIK, there aren't any good 3D volume packing open source libs
out there yet.
HTH
With kind regards,
Geoffrey De Smet
--
You received this message because you are subscribed to the Google Groups "OptaPlanner development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to optaplanner-d...@googlegroups.com.
To post to this group, send email to optapla...@googlegroups.com.
Visit this group at https://groups.google.com/group/optaplanner-dev.
For more options, visit https://groups.google.com/d/optout.