Integer Programming Models and Parameterized Algorithms for Controlling Palletizers
Frank Gurski, Jochen Rethmann, Egon Wanke

TL;DR
This paper models and solves the FIFO Stack-Up problem, a combinatorial challenge in palletizing bins from conveyor sequences, using graph-based algorithms and integer programming, demonstrating practical solution methods for large instances.
Contribution
Introduces a decision graph model and a BFS-based solution for the FIFO Stack-Up problem, along with integer programming approaches and a realistic instance generator.
Findings
Breadth-first search on the decision graph effectively solves large practical instances.
Integer programming with CPLEX outperforms GLPK in solving the problem.
The proposed methods handle thousands of bins efficiently.
Abstract
We study the combinatorial FIFO Stack-Up problem, where bins have to be stacked-up from conveyor belts onto pallets. Given k sequences of labeled bins and a positive integer p, the goal is to stack-up the bins by iteratively removing the first bin of one of the k sequences and put it onto a pallet located at one of p stack-up places. The FIFO Stack-Up problem asks whether there is some processing of the sequences of bins such that at most p stack-up places are used. In this paper we strengthen the hardness of the FIFO Stack-Up by considering practical cases and the distribution of the pallets onto the sequences. We introduce a digraph model for this problem, the so called decision graph, which allows us to give a breadth first search solution. Further we apply methods to solve hard problems to the FIFO Stack-Up problem. In order to evaluate our algorithms, we introduce a method to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAlgorithms and Data Compression · VLSI and FPGA Design Techniques · Advanced Graph Theory Research
