aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 1e4bbb91c8d5470e119bcafd4bcc17fd21a95ca4 (plain) (blame)
1
2
3
4
5
6
7
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.