From fdbf0f42a7bb5d2417a8725e3ad451a4aae6d925 Mon Sep 17 00:00:00 2001 From: bbod Date: Mon, 30 Mar 2020 23:47:53 -0600 Subject: [PATCH] Auto Commit --- HW10/MakePermutationMatrix.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/HW10/MakePermutationMatrix.cpp b/HW10/MakePermutationMatrix.cpp index 06fa960..2b936b6 100644 --- a/HW10/MakePermutationMatrix.cpp +++ b/HW10/MakePermutationMatrix.cpp @@ -44,6 +44,7 @@ std::vector MakePermutationMatrix::MakePermutation(std::vector sou if(rank == size-1){ nextPerm = source; } + std::cout << "Rank: " << rank << " I'm here" << std::endl; do { double cost = 0; //Add up the cost of the current permutation.