// //(Minimum) Assignment Problem by Hungarian Algorithm //taken from Knuth's Stanford Graphbase // #include #define INF (0x7FFFFFFF) #define size1 (10) #define size2 (10) #define verbose (1) int Array[size1][size2]; char Result[size1][size2]; // used as boolean void initArray() { int i,j; for (i=0;im) exit(0); // End doublecheck the solution 23 // End Hungarian algorithm 18 for (i=0;i