From 66cfb031dfa81fcb083335a709cb4bd561faccb2 Mon Sep 17 00:00:00 2001 From: Alexandre Jesus Date: Sun, 21 Aug 2016 18:25:55 +0100 Subject: Add readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1e4bbb9 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Unconstrained Knapsack Library + +Library with various solutions (optimal and approximations) for the unconstrained knapsack problem + +### Unconstrained Knapsack Problem + +The **unconstrained knapsack problem** is a version of the knapsack problem where there is no constraint on the weight. +Therefore, at the very least we have a bi-objective problem where we try to minimize the weight and maximize the profit. -- cgit v1.2.3