Batselier {mfpp}R Documentation

Real-life project database by Batselier and Vanhoucke (2015)

Description

Real-life project database of single-mode individual projects by Batselier and Vanhoucke (2015)

Usage

data("Batselier")

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

Batselier, J. & Vanhoucke, M. (2015). Construction and evaluation framework for a real-life project database. International Journal of Project Management, 33(3), 697–710, https://doi.org/10.1016/j.ijproman.

Examples

data(Batselier)

# Summary of data collection
summary(Batselier)

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

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

[Package mfpp version 0.0.5 Index]