Skip to content

tteguayco/Knapsack-Problem-Branch-and-Bound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages