Research Article

A Multiobjective Iterated Greedy Algorithm for Truck Scheduling in Cross-Dock Problems

Algorithm 1

The outline of the proposed IGA.
Procedure: the multi-objective iterated greedy algorithm
Initialize the working set
While the stopping criterion is not met do
Select a solution from the working set
Deconstruct and Reconstruct the solution
Update the working set
Select a solution from the working set
Go through local search phase
Update the working set
Endwhile