Quadratic assignment problem: Difference between revisions

Content deleted Content added
Grotmol (talk | contribs)
[[Computational complexity]]: It is not correct that Travellling Salesman is a special case of the Quadratic Assignment Problem.
Grotmol (talk | contribs)
[[Computational complexity]]: Wrote ramifications of being NP-hard more exact.
Line 22:
== [[Computational complexity]] ==
 
The problem is [[NP-hard]], i.e.,so requiresthere longis computationno known [[algorithm]] for solving this problem in polynomial time, and even itsmall itsinstances simplifiedmay cases,require elong computation time.g., The simplified case when all flows are equal to 1 is also NP-hard. Many other problems of standard [[combinatorial optimization]] problems may be written in this form.
Many other problems of standard [[combinatorial optimization]] problems may be written in this form.
 
== Applications ==