madedotcom/mknapsack: Multiple Knapsack Problem Solver

Package solves multiple knapsack optimisation problem. Given a set of items, each with volume and value, it will allocate them to knapsacks of a given size in a way that value of top N knapsacks is as large as possible.

Getting started

Package details

Maintainer
LicenseGPL-2
Version0.1.0
URL https://github.com/madedotcom/mknapsack
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("madedotcom/mknapsack")
madedotcom/mknapsack documentation built on Jan. 19, 2020, 1:52 p.m.