Talk:Quadratic assignment problem
Appearance
A more general form of the quadratic assignment problem includes a linear term as well. See Pardalos, Rendl, and Wolkowicz, "The Quadratic Assignment Problem: A Survey and Recent Developments," DIMACS Series in Discrete Mathematics and Theoretical Computer Science.
The explanation of why this is quadratic seem wrong... says the cost function is in terms of "quadratic inequalities", but I don't see inequalities anywhere in the problem statement. It might be helpful to cite some of the other representations of the problem instead, including
and
where x is a binary permutation matrix and A, B, and C are square nxn matrices. Thse are also from the Pardalos paper.