Research Article

Integrated Project Scheduling and Staff Assignment with Controllable Processing Times

Procedure 1

Overall scheme of the GRASP algorithm.
Procedure  main()
 classify the tasks in sets ( ) according to the precedence relations
while  the stopping criterion is not reached do
   constructionPhase()
   localSearchPhase()
   update the stopping criterion
end
end