Skip to content

Solving the Subset Sum Problem using Python, Pandas and Numpy.

License

Notifications You must be signed in to change notification settings

kiok46/Subset-Sum-Problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Subset-Sum-Problem

Solving the Subset Sum Problem using Python, Pandas and Numpy.

[Was playing around with Pandas, might help someone.]

What is it about?

Well, If you have a set of devices working/running and consume a certain amount of power and now you want to reduce the load by a given percentage. This will give you all the possible sets of running devices having total power consumption less than or equal to the new total power.

ScreenShot

Installation

Open a terminal, cd to the folder and type the following commands to start virtual environment.

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python main.py 20

About

Solving the Subset Sum Problem using Python, Pandas and Numpy.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages