R/Lab6VarmKorv.R

#'@title Lab6VarmKorv: Calculate the knapsack problem with different programing styles!
#'
#'@description This package takes a data frame with different weights and values and locates the maximum. This is done by using a brute force method and an option to parallel process it. A dynamic programming method and a greedy method is implemented. 
#'
#' @section The packages functions:
#' \describe{
#'   \item{data_address}{Data.frame of longitude and latitude for the address/destination}
#'    \item{plot_address}{Plot the address/destination}
#' }
#' 
#' @name Lab6VarmKorv
#' @docType package
#' @author Albin Vasterlund and Eric Herwin
NULL
herwineric/Lab6_Albin_Eric documentation built on May 21, 2019, 3:03 a.m.