diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
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. |