This document summarizes a research paper titled "Decision Support for Packing in Warehouses" by Ertek and Kilic. The paper proposes three algorithms - greedy, beam search, and tree search - to solve a packing problem for an automobile manufacturer's spare parts warehouse. The problem involves optimally packing items from customer orders into boxes to minimize costs. This is a novel 3D multiple bin size bin packing problem that has not been previously analyzed in literature. The paper compares the performance of the proposed algorithms in terms of cost and computation time.