Auto Commit

This commit is contained in:
2020-03-30 23:46:29 -06:00
parent f209438298
commit 4128e0c1a3

View File

@@ -45,7 +45,7 @@ std::vector<double> MakePermutationMatrix::MakePermutation(std::vector<City> sou
nextPerm = source; nextPerm = source;
} }
do { do {
std::size_t cost = 0; double cost = 0;
//Add up the cost of the current permutation. //Add up the cost of the current permutation.
// std::cout <<"Rank: " << rank << " Current perm: "; // std::cout <<"Rank: " << rank << " Current perm: ";
//std::cout << "Rank: "<< rank; //std::cout << "Rank: "<< rank;