R/knapsack_objects.R

#' A dataset containing the knapsnack data is present here
#'
#' A dataset containing the weight and value of each item
#'
#' @format A data frame with 2000 rows and 2 columns.
#' \describe{
#'   \item{w}{weight of the item}
#'   \item{v}{value of the item}
#'   ...
#' }
"knapsack_objects"
anubhav-dikshit/rLab6 documentation built on May 24, 2019, 7:33 a.m.