R/knapsack_objects.R

#' Knapsack Objects Data
#'
#'
#' @format A data frame with 2000 rows and 2 variables
#' \describe{
#'   \item{w}{weight of the items}
#'   \item{v}{value of the items}
#' }
"knapsack_objects"
mariatreesa/RLab6 documentation built on May 24, 2019, 7:35 a.m.