Random-key optimizer and linearization for the quadratic multiple constraints variable-sized bin packing problem
针对二次多约束可变尺寸装箱问题,提出线性化模型以利用精确求解器计算下界,并开发基于随机键框架的蚁群优化算法RKO-ACO,在基准实例上匹配或改进所有已知最优解。
This paper addresses the Quadratic Multiple Constraints Variable-Sized Bin Packing Problem (QMC-VSBPP), a challenging combinatorial optimization problem that generalizes the classical bin packing problem by incorporating multiple capacity dimensions, heterogeneous bin types, and quadratic interaction costs between items. We propose two complementary methods that advance the current state-of-the-art. First, a linearized mathematical model is introduced to eliminate quadratic terms, enabling the use of exact solvers such as Gurobi to compute strong lower bounds—reported here for the first time for this problem. Second, we develop RKO-ACO, a continuous-domain Ant Colony Optimization algorithm within the Random-Key Optimizer framework, enhanced with adaptive Q-learning parameter control and efficient local search. Extensive computational experiments on benchmark instances show that the proposed linearized model produces significantly tighter lower bounds than the original quadratic model, while RKO-ACO consistently matches or improves upon all best-known solutions in the literature, establishing new upper bounds for large-scale instances. These results provide new reference values for future studies and demonstrate the effectiveness of evolutionary and random-key approaches for solving complex quadratic packing problems. • Advances the state-of-the-art for the QMC-VSBPP with exact and metaheuristic methods. • Proposes a new linearized model, eliminating complex quadratic terms. • Introduces lower bounds via exact solutions of the linearized model using Gurobi. • Develops the RKO-ACO: an adaptation of continuous ACO for the Random-Key Optimizer.