Research Article

Resource Constrained Project Scheduling Subject to Due Dates: Preemption Permitted with Penalty

Algorithm 1

SA algorithm.
Generate initial solution ()
While stopping criteria not met do
Pick a solution in the vicinity of randomly
If   is better than   then
   replaces
Else
   Accept as new solution with probability exp
End If
   Update ( )
End While