-
Notifications
You must be signed in to change notification settings - Fork 5
type/Bin-Packing
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published