From 343966a5be8d3165233e484d8b3351687b2b3a61 Mon Sep 17 00:00:00 2001 From: bbod Date: Mon, 30 Mar 2020 23:27:38 -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 bef1865..ca1eb34 100644 --- a/HW10/MakePermutationMatrix.cpp +++ b/HW10/MakePermutationMatrix.cpp @@ -48,7 +48,7 @@ std::vector MakePermutationMatrix::MakePermutation(std::vector sou // std::cout <<"Rank: " << rank << " Current perm: "; std::cout << "Rank: "<< rank; for (int i = 0; i < myPerm.size(); i++) { - std::cout << " i: " << i; + std::cout << " " << myPerm[i].GetName(); cost += costMatrix[myPerm[i].GetName()][myPerm[i-1].GetName()]; } std::cout << std::endl << std::endl;