guregodevo / stripack

Packing rectangles into a strip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stripack

Algorithms packing a list of rectangles into a strip of fixed width.

Available algorithm:

  • Size Alternating Stack (SAS) algorithm : An offline strip packing heuristic packing a list of rectangles into a strip of fixed width and infinite height.
  • Greedy algorithm : An online strip packing greedy algorithm packing a rectangle into a strip of fixed width and height.

About

Packing rectangles into a strip


Languages

Language:Go 100.0%