Computing Lower Bounds for the Quadratic Assignment Problem with an Interior Point Algorithm for Linear Programming ∗ M.G.C. Resende † K.G. Ramakrishnan ‡ Z. Drezner § Abstract A typical example of the quadratic assignment problem (QAP) is the facility location problem, in which a set of n facilities are to be assigned, at minimum cost, to an equal number of locations. Between each pair of facilities, there is a given amount of flow, contributing a cost equal to the product of the flow and the distance between locations to which the facilities are assigned. Proving optimality of solutions to quadratic assignment problems has been limited to instances of small dimension (n less than or equal to 20), in part because known lower bounds for the QAP are of poor quality. In this paper, we compute lower bounds for a wide range of quadratic assignment problems using a linear programming-based lower bound studied by Drezner (1994). On the majority of quadratic assignment problems tested, the computed lower bound is the new best known lower bound. In 87 percent of the instances, we produced the best known lower bound. On several instances, including some of dimension n equal to 20, the lower bound is tight. The linear programs, which can be large even for moderate values of n, are solved with an interior point code that uses a preconditioned conjugate gradient algorithm to compute the directions taken at each iteration by the interior point algorithm. Attempts to solve these instances using the CPLEX primal simplex algorithm as well as the CPLEX barrier (primal-dual interior point) method were successful only for the smallest instances. The quadratic assignment problem (QAP) can be stated as min p∈Π n i=1 n j=1 a ij b p(i)p(j) where Π is the set of all permutations of {1, 2,...,n}, A =(a ij ) ∈R n×n , B =(b ij ) ∈R n×n . The QAP was proposed by Koopmans and Beckmann (1957) as a mathematical model for a set of indivisible economical activities. A typical example of the QAP is the facility location problem, in which a set of n facilities is to be assigned to an equal number of locations. Between each pair of facilities, there is a given amount of flow, contributing a cost equal to the product of the flow and the distance between the locations to which the facilities are assigned. Applications of the QAP are abundant, and can be found in (Bokhari, 1987; Francis & White, 1974; Hubert, 1987; Krarup * Revision date: March 21, 1995 † AT&T Bell Laboratories, Murray Hill, NJ 07974 USA. E-mail: mgcr@research.att.com ‡ AT&T Bell Laboratories, Murray Hill, NJ 07974 USA. E-mail: kgr@research.att.com § Department of Management Science, School of Business Administration and Economics, California State Univer- sity, Fullerton, CA 92634 USA. E-mail: drezner@fullerton.edu 1