Quadratic assignment problem: Difference between revisions

Content deleted Content added
No edit summary
Shurakai (talk | contribs)
Computational complexity: Added note about approximation algorithms.
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. It was also proven that the problem does not have an approximation algorithm running in polynomial time for any factor, unless P = NP. <ref>{{Cite journal|url = http://dl.acm.org/citation.cfm?id=321958.321975&coll=DL&dl=GUIDE&CFID=533242734&CFTOKEN=20099075|title = P-Complete Approximation Problems|last = Sahni|first = Sartaj|date = |journal = Journal of the ACM (JACM)|accessdate = |doi = 10.1145/321958.321975|pmid = }}</ref>The [[travelling 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 ==