show/hide this revision's text 3 added 95 characters in body

I am looking for pointers to the solution of the following problem: I have a set of rectangles, whose height is known and x-positions also and I want to pack them in the more compact form. With a little drawing (where all rectangles are of the same width, but the width may vary in real life), i would like, instead of.

---
  

----
     r1-
  ----
       r2--
     -r3--
       -r4-
        ----
r5--

something like.

---  ---- 
  r1-  ---- r3-- 
  -r2-- -r4-
         ----
r5--

All hints will be appreciated. I am not necessarily looking for "the" best solution.

show/hide this revision's text 2 added 54 characters in body

I am looking for pointers to the solution of the following problem: I have a set of rectangles, whose height is known and x-positions also and I want to pack them in the more compact form. With a little drawing, i would like, instead of.

---
  ----
     ----
       --
        ----

something like.

---  ---- 
  ---- --
        ----

All hints will be appreciated. I am not necessarily looking for "the" best solution.

show/hide this revision's text 1

Packing rectangles for compact representation.

I am looking for pointers to the solution of the following problem: I have a set of rectangles, whose height is known and x-positions also and I want to pack them in the more compact form. With a little drawing, i would like, instead of.

---
  ----
     ----
       --
        ----

something like.

---  ---- 
  ---- --
        ----

All hints will be appreciated.