Contents

binpacking 1.5.2

0

Heuristic distribution of weighted items to bins (either a fixed number of bins or a fixed number of

Heuristic distribution of weighted items to bins (either a fixed number of bins or a fixed number of volume per bin). Data may be in form of list, dictionary, list of tuples or csv-file.

How to Install binpacking

You can install binpacking using pip

pip install binpacking

or add it to a project with poetry

poetry add binpacking

Package Details

Author
Benjamin F. Maier
License
MIT
Homepage
https://www.github.com/benmaier/binpacking
PyPi:
https://pypi.org/project/binpacking/

Classifiers

No  binpacking  pypi packages just yet.

Errors

A list of common binpacking errors.

Code Examples

Here are some binpacking code examples and snippets.