mgabay / Variable-Size-Vector-Bin-Packing

Heuristics and results for the variable size vector bin packing problem.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Variable Size Vector Bin Packing

This repository contains heuristics and results for the variable size vector bin packing problem.

Problem and results are detailed in the paper http://hal.archives-ouvertes.fr/hal-00868016

The directory src/python provides a flexible implementation of the heuristics, in Python. Implemented measures and algorithms are not optimized but still run very fast using PyPy interpreter.

Results are provided in the results directory.

About

Heuristics and results for the variable size vector bin packing problem.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%