# 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.