From 510ee6cf86912c035f7ca56b48212d86eead4463 Mon Sep 17 00:00:00 2001 From: bbod Date: Mon, 30 Mar 2020 17:53:17 -0600 Subject: [PATCH] Auto Commit --- HW10/MakePermutationMatrix.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HW10/MakePermutationMatrix.cpp b/HW10/MakePermutationMatrix.cpp index 61ddea2..d94d4fa 100644 --- a/HW10/MakePermutationMatrix.cpp +++ b/HW10/MakePermutationMatrix.cpp @@ -60,7 +60,8 @@ std::vector MakePermutationMatrix::MakePermutation(std::vector sou // lowest[0] = localCostVector[i]; // std::cout << lowest[0] << " "; // } - std::cout<< std::endl; + + std::cout<< "Rank: "<< rank<< "cost count: "<< localCostVector.size() << std::endl; std::cout << "Rank: "<< rank <<" Last Perm: "; for(int i = 0; i < myPerm.size(); i++){ std::cout << myPerm[i].GetName() << " ";