Skip to content

kishen19/Strip-Packing-Problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Strip Packing Problem

Python (3) Implementation of Steinberg's 2-Approximation Algorithm for the Strip Packing Problem

This implementation is based on Steinberg's paper https://www.researchgate.net/publication/220617577_A_Strip-Packing_Algorithm_with_Absolute_Performance_Bound_2. It is a recursive algorithm which uses one of 7 procedures (as described in the paper) at each step and guarantees an absolute performance bound of 2. Visual of plotting is done with help of matplotlib library of python.

To run the file

Run the run.py file with valid input. Read the run.py file for more details.

Requirements

matplotlib

About

Python Implementation of Steinberg's 2-Approximation Algorithm for the Strip Packing Problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages