Research Article

Robust Scheduling for Berth Allocation and Quay Crane Assignment Problem

Algorithm 4

Pareto front from the mathematical model.
Input:  : Instance;
: timeout;
Output:  : Set of nondominated solutions;
 Initialize set of solutions
for   (steps of )  do
  Solve the mathematical model for the instance and value given the timeout
  Add the schedule with the tuple of the objective functions () to the set
end for
nondominated solutions from .