Research Article

A Multiagent Evolutionary Algorithm for the Resource-Constrained Project Portfolio Selection and Scheduling Problem

Algorithm 1

Pseudocode of the priority rule-based heuristic.
Procedure of the priority rule-based heuristic
BEGIN
INIT:
FOR TO
   COMPUTE
   SELECT from / according to the MINSLK rule /
   ASSIGN / as early as possible /
   
ENDFOR
END