Welcome to MSDN Blogs Sign in | Join | Help

August 2007 - Posts

If you use the AJAX Control Toolkit's ModalPopupExtender you may have run into flicker issues. Thank you Matt Berseth! http://mattberseth.com/blog/2007/08/how_to_stop_the_modalpopup_fli.html Read More...
2 Comments
Filed under:
Here's the code. See the previous posting for background. using System; namespace NathanBrixius.AssignmentLib { /// <summary>Linear assignment problem solver.<summary> /// <remarks> /// This code is a port of Fortran code by R.E. Burkard Read More...
In a previous post I talked a bit about the linear assignment problem: finding the minimum cost matching in a bipartite graph. In my next post I will give a simple self-contained C# program for solving LAP based on some Fortran code from my colleague Read More...
 
Page view tracker