Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 517 Bytes

File metadata and controls

13 lines (9 loc) · 517 Bytes

Knapsack 0-1 problem

Description

The knapsack problem is solved using a Branch and Bound design and the programming language Java.

Mode of use

Store the files which include the specifications of the problem to be solved in the 'data' directory. The file containing the specification of the problem to solve must be passed as a first argument and, optionally, a second file name can be passed to export the solution of the algorithm.