<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/index.php?action=history&amp;feed=atom&amp;title=Antimicrobial_surface</id>
	<title>Antimicrobial surface - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/index.php?action=history&amp;feed=atom&amp;title=Antimicrobial_surface"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=Antimicrobial_surface&amp;action=history"/>
	<updated>2026-05-30T07:29:29Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0-wmf.28</generator>
	<entry>
		<id>https://en.formulasearchengine.com/index.php?title=Antimicrobial_surface&amp;diff=26797&amp;oldid=prev</id>
		<title>en&gt;BD2412: /* Copper touch surfaces */Fixing links to disambiguation pages using AWB</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=Antimicrobial_surface&amp;diff=26797&amp;oldid=prev"/>
		<updated>2014-01-28T22:49:12Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Copper touch surfaces: &lt;/span&gt;Fixing &lt;a href=&quot;https://en.wikipedia.org/wiki/Disambiguation_pages_with_links&quot; class=&quot;extiw&quot; title=&quot;wikipedia:Disambiguation pages with links&quot;&gt;links to disambiguation pages&lt;/a&gt; using &lt;a href=&quot;/index.php?title=Testwiki:AWB&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Testwiki:AWB (page does not exist)&quot;&gt;AWB&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The &amp;#039;&amp;#039;&amp;#039;weapon target assignment problem (WTA)&amp;#039;&amp;#039;&amp;#039; is a class of [[combinatorial optimization]] problems present in the fields of [[Optimization (mathematics)|optimization]] and [[operations research]].  It consists of finding an optimal assignment of a set of [[weapon]]s of various types to a set of targets in order to maximize the total expected damage done to the opponent.&lt;br /&gt;
&lt;br /&gt;
The basic problem is as follows:&lt;br /&gt;
&lt;br /&gt;
:There are a number of weapons and a number of targets. The weapons are of type &amp;lt;math&amp;gt; i = 1, \ldots, m &amp;lt;/math&amp;gt;. There are &amp;lt;math&amp;gt; W_{i} &amp;lt;/math&amp;gt; available weapons of type &amp;lt;math&amp;gt;i&amp;lt;/math&amp;gt;. Similarly, there are &amp;lt;math&amp;gt; j = 1, \ldots, n &amp;lt;/math&amp;gt; targets, each with a value of &amp;lt;math&amp;gt; V_{j} &amp;lt;/math&amp;gt;. Any of the weapons can be assigned to any target. Each weapon type has a certain probability of destroying each target, given by &amp;lt;math&amp;gt; p_{ij} &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Notice that as opposed to the classic [[assignment problem]] or the [[generalized assignment problem]], more than one [[agent]] (i.e., weapon) can be assigned to each &amp;#039;&amp;#039;task&amp;#039;&amp;#039; (i.e., target) and not all targets are required to have weapons assigned. Thus, we see that the WTA allows one to formulate optimal assignment problems wherein tasks require cooperation among agents.  Additionally, it provides the ability to model probabilistic completion of tasks in addition to costs.&lt;br /&gt;
&lt;br /&gt;
Both static and dynamic versions of WTA can be considered.  In the static case, the weapons are assigned to targets once. The dynamic case involves many rounds of assignment where the state of the system after each exchange of fire (round) in considered in the next round. While the majority of work has been done on the static WTA problem, recently the dynamic WTA problem has received more attention.&lt;br /&gt;
&lt;br /&gt;
==Formal mathematical definition==&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;weapon target assignment problem&amp;#039;&amp;#039;&amp;#039; is often formulated as the following nonlinear [[integer programming]] problem:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\min \sum_{j = 1}^n \left ( V_{j}\prod_{i = 1}^m q_{ij}^{x_{ij}} \right )&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
subject to the constraints&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\sum_{j = 1}^n x_{ij}\leq W_i \text{ for }i = 1, \ldots, m, \, &amp;lt;/math&amp;gt;&lt;br /&gt;
:&amp;lt;math&amp;gt;x_{ij}\ge 0\text{ and integer for }i = 1, \ldots, m \text{ and }j = 1, \ldots, n.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where the variable &amp;lt;math&amp;gt;x_{ij}&amp;lt;/math&amp;gt; represents the assignment of as many weapons of type &amp;lt;math&amp;gt;i&amp;lt;/math&amp;gt; to target &amp;lt;math&amp;gt;j&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;q_{ij}&amp;lt;/math&amp;gt; is the probability of survival (&amp;lt;math&amp;gt; 1 - p_{ij} &amp;lt;/math&amp;gt;). The first constraint requires that the number of weapons of each type assigned does not exceed the number available.  The second constraint is the integral constraint. &lt;br /&gt;
&lt;br /&gt;
Notice that minimizing the expected survival value is the same as maximizing the expected damage.&lt;br /&gt;
&lt;br /&gt;
== Algorithms and generalizations ==&lt;br /&gt;
&lt;br /&gt;
It has long been known that assignment problems are [[NP-hard]]{{citation needed|date=September 2013}}. Nonetheless, an 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]].&amp;lt;ref&amp;gt;Ahuja, R. et al. Exact and Heuristic Algorithms for the Weapon-Target Assignment Problem. Operations Research 55(6), pp. 1136–1146, 2007&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
A commander has 5 tanks, 2 aircraft, and 1 sea vessel and is told to engage 3 targets with values 5, 10, and 20.  Each weapon type has the following success probabilities against each target:&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Weapon Type !! &amp;lt;math&amp;gt; V_{1} = 5 &amp;lt;/math&amp;gt; !! &amp;lt;math&amp;gt; V_{2} = 10 &amp;lt;/math&amp;gt; !! &amp;lt;math&amp;gt; V_{3} = 20 &amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Tank || 0.3 || 0.2 || 0.05&lt;br /&gt;
|-&lt;br /&gt;
| Aircraft || 0.1 || 0.6 || 0.5&lt;br /&gt;
|-&lt;br /&gt;
| Sea Vessel || 0.4 || 0.5 || 0.4&lt;br /&gt;
|}&lt;br /&gt;
One feasible solution is to assign the sea vessel and one aircraft to the highest valued target (3). This results in an expected survival value of &amp;lt;math&amp;gt; 20(0.6)(0.5)= 6 &amp;lt;/math&amp;gt;.  One could then assign the remaining aircraft and 2 tanks to target #2, resulting in expected survival value of &amp;lt;math&amp;gt; 10 (0.4)(0.8)^2 = 2.56 &amp;lt;/math&amp;gt;.  Finally, the remaining 3 tanks are assigned to target #1 which has an expected survival value of &amp;lt;math&amp;gt; 5 (0.7)^3 = 1.715 &amp;lt;/math&amp;gt;.  Thus, we have a total expected survival value of &amp;lt;math&amp;gt; 6 + 2.56 + 1.715 = 10.275 &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Auction algorithm]]&lt;br /&gt;
*[[Closure problem]]&lt;br /&gt;
*[[Generalized assignment problem]]&lt;br /&gt;
*[[Linear bottleneck assignment problem]]&lt;br /&gt;
*[[Quadratic assignment problem]]&lt;br /&gt;
*[[Stable marriage problem]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
== Further reading ==&lt;br /&gt;
* {{cite book&lt;br /&gt;
 | authorlink = Ravindra K. Ahuja&lt;br /&gt;
 | first = Ravindra | last = Ahuja&lt;br /&gt;
 | coauthors = T. L. Magnanti, J. B. Orlin&lt;br /&gt;
 | year = 1993&lt;br /&gt;
 | title = Network Flows&lt;br /&gt;
 | publisher = Prentice Hall&lt;br /&gt;
 | isbn = 0-13-617549-X&lt;br /&gt;
 }}&lt;br /&gt;
&lt;br /&gt;
[[Category:Combinatorial optimization]]&lt;br /&gt;
[[Category:Matching]]&lt;/div&gt;</summary>
		<author><name>en&gt;BD2412</name></author>
	</entry>
</feed>