From 892025730ee1990fdd80e539ddc93c02c56d5b5b Mon Sep 17 00:00:00 2001 From: bbod Date: Mon, 30 Mar 2020 10:48:34 -0600 Subject: [PATCH] Auto Commit --- HW10/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/HW10/main.cpp b/HW10/main.cpp index 80fd76a..65bc7e0 100644 --- a/HW10/main.cpp +++ b/HW10/main.cpp @@ -45,6 +45,7 @@ int main(int argc, char* argv[]) if(rank){ costMatrix = matrixTools::UnflattenMatrix(flatMatrix, citiesSize, citiesSize); //Make permutations + std::cout << "source size from main " << cities.size(); costs = MakePermutationMatrix::GetLowestCost(cities, rank, size, costMatrix); }