From 36df98460a1e4b1832c877805db4dcbc37d96768 Mon Sep 17 00:00:00 2001 From: bbod Date: Mon, 30 Mar 2020 11:00: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 97fd3c8..e2d408f 100644 --- a/HW10/MakePermutationMatrix.cpp +++ b/HW10/MakePermutationMatrix.cpp @@ -34,7 +34,7 @@ std::vector MakePermutationMatrix::MakePermutation(std::vector sou for (int i = 1; i < myPerm.size(); i++) { cost += costMatrix[myPerm[i].GetName()][myPerm[i-1].GetName()]; - std::cout << " rank " << rank << myPerm[i].GetName() << " "; + std::cout << " rank " << rank << " name " << myPerm[i].GetName() << " "; } std::cout << std::endl; //Push permutation cost to the localCostVector.