A Greedy Algorithm for the Resource-Constrained Project
Scheduling Problem
摘要
Abstract
The resource-constrained project scheduling problem (briefly RCPSP) is a generalscheduling problem that includes precedence and resource constraints. Activities preemptions arenot allowed. Resources are renewable and there is a unique way to perform the activities. Theproblem with renewable resources is NP-hard in the strong sense. We propose a new deterministicgreedy algorithm. It is based on heuristics that use information obtained from a relaxing problem.The algorithm is tested with standard data sets given by Kolisch library PSPLIB for j60, j90, andj120 and found to be performing well.