Research Article

Multiobjective Resource-Constrained Project Scheduling with a Time-Varying Number of Tasks

Algorithm 1

Serial Schedule Generation Scheme (SSGS) Algorithm.
Procedure SSGS
Begin
  Determine a set of eligible tasks
  For   to
     Randomly select a task ID
     Put this ID at genotype location
     Find =
     Schedule task with ID at the earliest precedence
       and resource-feasible start time >
     Set =
     Update
  End
End