Quadratic bottleneck assignment problem

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by A.A.Graff (talk | contribs) at 04:49, 20 May 2010 (Created page with 'The '''quadratic bottleneck assignment problem''' ('''QBAP''') is one of fundamental combinatorial optimization problems in the branch of [[Optimization (mathem...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

The quadratic bottleneck assignment problem (QBAP) is one of fundamental combinatorial optimization problems in the branch of optimization or operations research in mathematics, from the category of the facilities location problems.<ref>Assignment Problems, by Rainer Burkard, Mauro Dell'Amico, Silvano Martello, 2009

It is related to the quadratic assignment problem in the same way as the linear bottleneck assignment problem is related to the linear assignment problem, the "sum" is replaced with "max" in the objective function.

The problem models the following real-life problem:

There are a set of n facilities and a set of n locations. For each pair of locations, a distance is specified and for each pair of facilities a weight or flow is specified (e.g., the amount of supplies transported between the two facilities). The problem is to assign all facilities to different locations with the goal of minimizing the maximum of the distances multiplied by the corresponding flows.

Computational complexity

The problem is NP-hard.

Special cases

References