Algorithm 754: Fortran subroutines for approximate solution of dense quadratic assignment problems using GRASP

Abstract
In the NP-complete quadratic assignment problem (QAP), n facilities are to be assigned to n sites at minimum cost. The contribution of assigning facility i to site k and facility j to site l to the total cost is f ij d kl , where f ij is the flow between facilities i and j , and d kl is the distance between sites k and l . Only very small ( n ≤20) instances of the QAP have been solved exactly, and heuristics are therefore used to produce approximate solutions. This article describes a set of Fortran subroutines to find approximate solutions to dense quadratic assignment problems, having at least one symmetric flow or distance matrix. A greedy, randomized, adaptive search procedure (GRASP) is used to produce the solutions. The design and implementation of the code are described in detail, and extensive computational experiments are reported, illustrating solution quality as a function of running time.

This publication has 8 references indexed in Scilit: