Boctor | R Documentation |
Sumulated project database of multimode, individual projects by Boctor (1993)
data("Boctor")
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
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.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.