R/lessexample1.R

#' Dataset for the LESS method
#'
#' Fictitious data that is used in the examples.
#' 6 activities, 5 nodes.
#' In this dataset, the activities occur on the edges
#'
#' @format A data frame composed of predetermined columns:
#' \describe{
#'   \item{from}{starting activity node}
#'   \item{to}{final activity node}
#'   \item{label}{activity label}
#'   \item{time}{normal duration of the activity}
#'   \item{bound_time}{the shortest duration of the activity}
#'   \item{norm_cost}{normal cost of the activity}
#'   \item{bound_cost}{boundary cost of the activity}
#' }
"lessexample1"

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.