Heuristic Algorithm for Packing Triangles into a Square Container

Mao Chen,Wenqi Huang
2009-01-01
Abstract:In this paper we study the problem of packing triangles into a square. According to our algorithm, the triangles are packed into the square container one after the other and each triangle is packed at an empty corner formed by some other previously packed triangles. To select the best one from many candidate corners for the triangle to be packed, two greedy algorithms are proposed. The first algorithm selects a corner according to the so-called least intersection degree first rule. Based on the first algorithm, the second algorithm evaluates each candidate corner placement in a more global view. The computational results and the comparisons with the published methods on several instances taken from the literature show the good performance of our approach.
What problem does this paper attempt to address?