Skip to content

This fork adds some additional statistics to the output.

Notifications You must be signed in to change notification settings

asmaier/Bin-Packing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Author: Shea Ryan 

binModule.py contains a Bin class for packing items, as well as functions for getting the bin capacity and volumes/weights of items from the user

binpacking.py has a true (exponential time) implementation of the Bin Packing problem

binpackingFF.py has an implementation of the first-fit approximation algorithm for Bin Packing

Both algorithms output the number of bins used and a configuration of the items that will use that number of bins

About

This fork adds some additional statistics to the output.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%