Linear assignment problems, part III
Thanks for visiting! I'm in the process of moving my blog, and I am starting with my most popular posts. An updated version of this post can be found here.
Comments
Anonymous
August 09, 2007
PingBack from http://msdnrss.thecoderblogs.com/2007/08/09/linear-assignment-problems-part-iii/Anonymous
October 09, 2008
I'm working on an assignment problem at the minute and used the Hungarian Algorithm which works quite well, but now i'm introducting a element whose cost depends on the selection of another element, is this a quadratic assignemnt now?