Content deleted Content added
Clean up the formal definition, remove links which were either 404, irrelevant, or way above the simple assignment problem. |
Article is now FOLDC-free, remove the citation. |
||
Line 15:
An '''assignment problem''' (or '''linear assignment''') gives two sets, ''A'' and ''T'', of equal size, together with a cost function ''C'' which maps pairs (''a'',''t'') (where ''a'' lies in ''A'' and ''t'' in ''T'') to [[real number]]s.
The problem then is to find the [[bijection]] ''
The problem is "linear" because the cost function to be optimized as well as all the constraints can be expressed as linear equations.
|