From 4128e0c1a3e821215d7eacafbb8554d6e4493f2c Mon Sep 17 00:00:00 2001 From: bbod Date: Mon, 30 Mar 2020 23:46:29 -0600 Subject: [PATCH] Auto Commit --- HW10/MakePermutationMatrix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HW10/MakePermutationMatrix.cpp b/HW10/MakePermutationMatrix.cpp index e12b4b5..06fa960 100644 --- a/HW10/MakePermutationMatrix.cpp +++ b/HW10/MakePermutationMatrix.cpp @@ -45,7 +45,7 @@ std::vector MakePermutationMatrix::MakePermutation(std::vector sou nextPerm = source; } do { - std::size_t cost = 0; + double cost = 0; //Add up the cost of the current permutation. // std::cout <<"Rank: " << rank << " Current perm: "; //std::cout << "Rank: "<< rank;