generate_renewable_resource_demand

Link the resources to the project activities and generate resource demand for renewable resources.

The tightness of an activity/resource relation can be characterized by the following parameters:

  • Resource use: Average number of activities used by each resource (0% to 100%).
  • Resource constrainedness: Average resource demand for each activity expressed as a percentage of the resource availability (0% to 100%).
Parameters: 
I/O Type Name Description
input integer nrTotalRes number of renewable resources
input integer RU resource use, between 0 and 100
input integer RC average resource demand, between 0 and 100
Learn More: 

Step inside PMKC.

Example: 
function ()
        io.write('\n')
end
Class: 
P2Generator