<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=130.235.100.9</id>
	<title>formulasearchengine - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=130.235.100.9"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/wiki/Special:Contributions/130.235.100.9"/>
	<updated>2026-09-23T14:50:46Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.47.0-wmf.7</generator>
	<entry>
		<id>https://en.formulasearchengine.com/w/index.php?title=Paleosalinity&amp;diff=25636</id>
		<title>Paleosalinity</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/w/index.php?title=Paleosalinity&amp;diff=25636"/>
		<updated>2013-05-06T11:33:17Z</updated>

		<summary type="html">&lt;p&gt;130.235.100.9: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In [[combinatorial optimization]], a field within mathematics, the &#039;&#039;&#039;linear bottleneck assignment problem&#039;&#039;&#039; (&#039;&#039;&#039;LBAP&#039;&#039;&#039;) is similar to the [[linear assignment problem]]. &amp;lt;ref&amp;gt;[http://www.assignmentproblems.com/ Assignment Problems], by [[Rainer Burkard]], Mauro Dell&#039;Amico, Silvano Martello, 2009, Chapter 6.2 &amp;quot;[http://books.google.com/books?id=nHIzbApLOr0C&amp;amp;pg=PA198&amp;amp;dq=%22bottleneck+assignment+problem%22&amp;amp;hl=en&amp;amp;ei=A7f0S9DjMYH6sQOYt8CIBQ&amp;amp;sa=X&amp;amp;oi=book_result&amp;amp;ct=result&amp;amp;resnum=2&amp;amp;ved=0CDIQ6AEwAQ#v=onepage&amp;amp;q=%22bottleneck%20assignment%20problem%22&amp;amp;f=false Linear Bottleneck Assignment Problem]&amp;quot; (p. 172)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In plain words the problem is stated as follows:&lt;br /&gt;
:There are a number of &#039;&#039;agents&#039;&#039; and a number of &#039;&#039;tasks&#039;&#039;. Any agent can be assigned to perform any task, incurring some &#039;&#039;cost&#039;&#039; that may vary depending on the agent-task assignment. It is required to perform all tasks by assigning exactly one agent to each task in such a way that the &#039;&#039;maximum cost&#039;&#039; among the individual assignments is minimized.&lt;br /&gt;
&lt;br /&gt;
The term &amp;quot;[[bottleneck]]&amp;quot; is explained by a common type of application of the problem, where the cost is the duration of the task performed by an agent. In this setting the &amp;quot;maximum cost&amp;quot; is &amp;quot;maximum duration&amp;quot;, which is the bottleneck for the schedule of the overall job, to be minimized.&lt;br /&gt;
&lt;br /&gt;
==Formal definition==&lt;br /&gt;
The formal definition of the bottleneck assignment problem is &lt;br /&gt;
&lt;br /&gt;
:Given two sets, &#039;&#039;A&#039;&#039; and &#039;&#039;T&#039;&#039;, together with a [[weight function]] &#039;&#039;C&#039;&#039; : &#039;&#039;A&#039;&#039; &amp;amp;times; &#039;&#039;T&#039;&#039; &amp;amp;rarr; &#039;&#039;&#039;[[real number|R]]&#039;&#039;&#039;. Find a [[bijection]] &#039;&#039;f&#039;&#039; : &#039;&#039;A&#039;&#039; &amp;amp;rarr; &#039;&#039;T&#039;&#039; such that the [[Loss function|cost function]]: &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\max_{a\in A}C(a,f(a))&amp;lt;/math&amp;gt;&lt;br /&gt;
:is minimized.&lt;br /&gt;
&lt;br /&gt;
Usually the weight function is viewed as a square real-valued [[matrix (mathematics)|matrix]] &#039;&#039;C&#039;&#039;, so that the cost function is written down as:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\max_{a\in A}C_{a,f(a)}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Mathematical programming formulation==&lt;br /&gt;
:&amp;lt;math&amp;gt;	\min \, \max_{i,j}	  c_{ij}x_{ij}&amp;lt;/math&amp;gt;	&lt;br /&gt;
subject to:&lt;br /&gt;
:&amp;lt;math&amp;gt;	&lt;br /&gt;
\sum^n_{ j = 1}	 x_{ij} = 1      (i = 1,2,\dots, n), &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
:&amp;lt;math&amp;gt;	&lt;br /&gt;
\sum^n_{ i = 1}	 x_{ij} = 1      (j = 1,2,\dots, n), &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
:&amp;lt;math&amp;gt;	&lt;br /&gt;
x_{ij}	\in 	\{0,1\}     (i, j = 1,2,\dots,n)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Asymptotics==&lt;br /&gt;
Let &amp;lt;math&amp;gt; c^*_n &amp;lt;/math&amp;gt; denote the optimal objective function value for the problem with &#039;&#039;n&#039;&#039; agents and &#039;&#039;n&#039;&#039; tasks.  If the costs &amp;lt;math&amp;gt; c_{ij} &amp;lt;/math&amp;gt; are sampled from the uniform distribution on (0,1), then &amp;lt;ref&amp;gt; Michael Z. Spivey, &amp;quot;Asymptotic Moments of the Bottleneck Assignment Problem,&amp;quot; &#039;&#039;Mathematics of Operations Research&#039;&#039;, 36 (2): 205-226, 2011. &amp;lt;/ref&amp;gt;&lt;br /&gt;
:&amp;lt;math&amp;gt; E[c^*_n] = \frac{\log n + \log 2 + \gamma}{n} + O\left(\frac{(\log n)^2}{n^{7/5}}\right)&amp;lt;/math&amp;gt;&lt;br /&gt;
and&lt;br /&gt;
:&amp;lt;math&amp;gt; Var[c_n^*] = \frac{\zeta(2) - 2(\log 2)^2}{n^2} + O\left( \frac{(\log n)^2}{n^{7/3}}\right).&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Combinatorial optimization]]&lt;/div&gt;</summary>
		<author><name>130.235.100.9</name></author>
	</entry>
</feed>