knapsack icon indicating copy to clipboard operation
knapsack copied to clipboard

Implementation of knapsack problem, set up for scaling to large problem size

Results 3 knapsack issues
Sort by recently updated
recently updated
newest added

Reformat the ReadMe so it's consistent with the other code examples (add Problem Formulation section)

currently, the way the inequality constraint is built is very involved. The code can be simplified significantly by using `.add_linear_inequality_constraint`. If the goal is to teach users how to work...