Weapon target assignment problem: Difference between revisions

Content deleted Content added
Fixed typo
Tags: canned edit summary Mobile edit Mobile web edit
Algorithms and generalizations: The very same "assignment problem" linked in this article is polynomial.
Line 28:
== Algorithms and generalizations ==
 
It has long been known that assignment problems are [[NP-hard]]{{citation needed|date=September 2013}}. Nonetheless, anAn exact solution can be found using [[branch and bound]] techniques which utilize [[relaxation (approximation)]]. Many [[heuristic algorithm]]s have been proposed which provide near-optimal solutions in [[polynomial time]].<ref>Ahuja, R. et al. Exact and Heuristic Algorithms for the Weapon-Target Assignment Problem. Operations Research 55(6), pp. 1136–1146, 2007</ref>
 
==Example==