Boctor: Sumulated project database by Boctor (1993)

BoctorR Documentation

Sumulated project database by Boctor (1993)

Description

Sumulated project database of multimode, individual projects by Boctor (1993)

Usage

data("Boctor")

Format

A list (Collection_PDM) of PDM_list and PDM_constraint types of lists, where

PDM_list

contains PDM_matrix (PDM) and the number of completion modes (w), and number of resources (Rs)

PDM_const

a list of (renewable resource) constraints

References

Boctor, F. F. (1993). Heuristics for scheduling projects with resource restrictions and several resource-duration modes. The international journal of production research, 31(11), 2547–2558, https://doi.org/10.1080/00207549308956882.

Examples

data(Boctor)

# Summary of data collection
summary(Boctor)

# Summary of the first project structure
summary(Boctor[[1]]$PDM_list)

# Summary of the first project constraints
summary(Boctor[[1]]$PDM_const)

mfpp documentation built on June 22, 2024, 9:35 a.m.