Skip to content

MahamdiAmine/Knapsack-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Knapsack-problem

Resolving the classical Knapsack problem: Given a set of items, each with a weight and a value, determine the number of each item to include in a collection so that the total weight is less than or equal to a given limit and the total value is as large as possible.

License

Completely free (GNU)! See LICENSE for more.

##Install

For Debian based systems: make sure you have Python 3.6 installed, and run the following commands :

$ sudo apt-get install python3 python3-pip                                
$ git clone https://github.com/MahamdiAmine/Knapsack-problem.git                                
$ cd Knapsack-problem/
$ virtualenv --python=python3.5 env
$ source env/bin/activate
$ pip install -r requirements.txt

Contact

To contact me, click here.

Read the Report

To read the documentation click here.

About

The classical Knapsack School Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published