Quadratic assignment problem: Difference between revisions

Content deleted Content added
Formal mathematical definition: rm redundant link that in any event went to a dab page
m Computational complexity: decapitalizing word in middle of sentence
Line 28:
== Computational complexity ==
 
The problem is [[NP-hard]], so there is no known [[algorithm]] for solving this problem in polynomial time, and even small instances may require long computation time. The [[Travellingtravelling salesman problem]] may be seen as a special case of QAP if one assumes that the flows connect all facilities only along a single ring, all flows have the same non-zero (constant) value. Many other problems of standard [[combinatorial optimization]] problems may be written in this form.
 
== Applications ==