AIApr 12, 2025

An Enhanced Iterative Deepening Search Algorithm for the Unrestricted Container Rehandling Problem

arXiv:2504.09046v2
Originality Incremental advance
AI Analysis

This work addresses optimization for container scheduling in terminals, representing an incremental improvement in domain-specific methods.

The paper tackled the Unrestricted Container Rehandling Problem in container terminals by developing an enhanced iterative deepening search algorithm with improved lower bounds and pruning rules, achieving superior efficiency over state-of-the-art exact algorithms on benchmark datasets.

In container terminal yards, the Container Rehandling Problem (CRP) involves rearranging containers between stacks under specific operational rules, and it is a pivotal optimization challenge in intelligent container scheduling systems. Existing CRP studies primarily focus on minimizing reallocation costs using two-dimensional bay structures, considering factors such as container size, weight, arrival sequences, and retrieval priorities. This paper introduces an enhanced deepening search algorithm integrated with improved lower bounds to boost search efficiency. To further reduce the search space, we design mutually consistent pruning rules to avoid excessive computational overhead. The proposed algorithm is validated on three widely used benchmark datasets for the Unrestricted Container Rehandling Problem (UCRP). Experimental results demonstrate that our approach outperforms state-of-the-art exact algorithms in solving the more general UCRP variant, particularly exhibiting superior efficiency when handling containers within the same priority group under strict time constraints.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes