hschneid
hschneid
Hi @Gangstart , even if I didn't used paper to implement it, the general insertion heuristic of XFLP is using similar approach like these algorithms: - https://www.researchgate.net/publication/2353632_The_Three-Dimensional_Bin_Packing_Problem - https://www.researchgate.net/publication/229620275_A_greedy_search_for_the_three-dimensional_bin_packing_problem_The_packing_static_stability_case -...
Will check. Give me some days :-)
Just a question to your example: Packet1 is loaded at location1, correct? Then I would expect, that you used "setUnloadingLocation()" method... For real I need to check, if this function...
Okay, you are right. Here got something lost in the past :-D But!!! Reason: Currently, XFLP is creating for every given item 2 new items: 1 x loading item and...
Hi, I created a branch "Fix-Locations" for your issue, which should fix the issue. So, thanks for your hint. :-) Important is, that the 'location' must be sortable to show...