This document summarizes a research paper that proposes using the firefly algorithm to solve the NP-hard optimization problem of assigning cells in a cellular network to switches in a way that minimizes total costs. The total cost includes handoff costs for calls between adjacent cells and cabling costs for connecting cells to switches, subject to constraints like switch capacity. It describes modeling the problem mathematically and comparing the firefly algorithm to the particle swarm optimization (PSO) algorithm. The firefly algorithm is shown to solve the cell-to-switch assignment problem faster than existing approaches like PSO.