R/cpmexample2.R

#' Dataset for the CPM method
#'
#' Example from  Miszczyńska D., Miszczyński M. "Wybrane metody badań operacyjnych" (2000, ISBN:83-907712-0-9).
#' 10 activities, 8 nodes.
#' In this dataset, the activities occur on the edges and a list of direct predecessors has been added.
#'
#' @format A data frame composed of predetermined columns:
#' \describe{
#'   \item{label}{activity label}
#'   \item{pred}{preceding activities}
#'   \item{time}{duration of the activity}
#' }
"cpmexample2"

Try the critpath package in your browser

Any scripts or data that you put into this service are public.

critpath documentation built on June 7, 2023, 6:34 p.m.