Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valiot/palletier
Palletier is a Python implementation of the solution for the distributer's pallet packing problem
https://github.com/valiot/palletier
bin-algorithm bin-packer bin-packing pallet python
Last synced: about 2 months ago
JSON representation
Palletier is a Python implementation of the solution for the distributer's pallet packing problem
- Host: GitHub
- URL: https://github.com/valiot/palletier
- Owner: valiot
- License: mit
- Created: 2017-03-23T18:44:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T14:27:20.000Z (8 months ago)
- Last Synced: 2024-05-06T15:57:57.563Z (8 months ago)
- Topics: bin-algorithm, bin-packer, bin-packing, pallet, python
- Language: Python
- Homepage:
- Size: 5.11 MB
- Stars: 12
- Watchers: 10
- Forks: 8
- Open Issues: 12
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
=========
palletier
=========.. image:: https://img.shields.io/pypi/v/palletier.svg
:target: https://pypi.python.org/pypi/palletier.. image:: https://img.shields.io/travis/alanbato/palletier.svg
:target: https://travis-ci.org/alanbato/palletier.. image:: https://readthedocs.org/projects/palletier/badge/?version=latest
:target: https://palletier.readthedocs.io/en/latest/?badge=latest
:alt: Documentation StatusPalletier is a Python implementation of the solution for the distributer's
pallet packing problem presented by Erhan Baltacioğlu in his thesis
*The distributer's three-dimensional pallet-packing problem: a human intelligence-based heuristic approach* found here.* Free software: MIT license
* Documentation: https://palletier.readthedocs.io.Features
--------* TODO
Credits
-------This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage