R/RcppExports.R

Defines functions vectorSum knapSackdynamic_cpp

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

vectorSum <- function(x) {
    .Call('_knapsack_vectorSum', PACKAGE = 'knapsack', x)
}

knapSackdynamic_cpp <- function(W, wt, val, n) {
    .Call('_knapsack_knapSackdynamic_cpp', PACKAGE = 'knapsack', W, wt, val, n)
}
mariatreesa/RLab6 documentation built on May 24, 2019, 7:35 a.m.