Auto Commit

This commit is contained in:
2020-03-30 23:47:53 -06:00
parent 4128e0c1a3
commit fdbf0f42a7

View File

@@ -44,6 +44,7 @@ std::vector<double> MakePermutationMatrix::MakePermutation(std::vector<City> sou
if(rank == size-1){ if(rank == size-1){
nextPerm = source; nextPerm = source;
} }
std::cout << "Rank: " << rank << " I'm here" << std::endl;
do { do {
double cost = 0; double cost = 0;
//Add up the cost of the current permutation. //Add up the cost of the current permutation.