Research Article

Multidepot Two-Echelon Vehicle Routing Problem for Earthwork Allocation Optimization

Table 1

Algorithm for generating initial population.

#pseudocode

Load node information;
Load distance information and path information from Floyd algorithm;
for each unit
 for each cutting field
  if
   if
    Randomly select a replenishment center ;
   end if
   if
    Randomly select a filling field ;
   End if
  End for
  Construct a one-way path solution as shown in Table 1;
  While
   , and ;
  End while
End for