Quadratic assignment problem: Difference between revisions

Content deleted Content added
Yobot (talk | contribs)
m WP:CHECKWIKI error fixes using AWB (10469)
Line 24:
In matrix notation:
 
:<math>\min_{X\in\Pi_n} \operatorname{trace}(WXDX^T)</math> where <math>\Pi_n</math> are the permutation matrices, "W" is the weight matrix and "D" is the distance matrix.
 
== Computational complexity ==