🌙

集装箱装载问题的块构建约束规划模型

A block-building constraint programming model for the container loading problem

Computers and Operations Research · 2025
被引 2
ABS 3

中文导读

提出两种精确约束规划模型求解集装箱装载问题,其中块构建模型在经典算例上显著优于现有混合整数规划模型,并分析了模型性能的实例空间。

Abstract

The container loading problem involves packing a set of given rectangular boxes into a larger rectangular container of fixed size, with the objective of maximizing the volume of the loaded boxes. Most of the literature on the container loading problem and its variants proposes heuristic approaches that can find good solutions quickly. Current exact methods are mostly limited to mixed-integer programming (MIP) formulations, which often struggle to obtain good solutions for large problem instances. In this paper, we introduce two exact constraint programming models for the container loading problem. The first model uses integer and binary variables to assign boxes to valid positions and orientations within the container. The second model enhances this by incorporating the concept of block-building, commonly used in heuristic methods . Extensive computational experiments on classical benchmark instances from the literature show that the solutions obtained with the proposed models significantly outperform those achieved with existing MIP models . We also perform an instance space analysis of the proposed models to map the models’ performances across problem instances, providing deeper insights into the strengths and weaknesses of the block-building approach.

集装箱装载约束规划组合优化运筹学