Knapsack Problem – Project Material
Artificial Intelligence Laboratory

This archive contains the material required to complete the exam project
related to the 0/1 Knapsack Problem.

Archive contents:

- problem_28012026.pdf
  PDF document containing the formal description of the problem,
  the experimental protocol, and the instructions for developing
  the project.

- instance_28012026.txt
  Text file containing the problem instance of the 0/1 Knapsack Problem,
  including item weights, item values, and the optimal solution
  (binary vector), which is provided to verify the correctness
  of the implemented solutions.

For further details, please refer to the file problem.pdf.
