Auto Commit

This commit is contained in:
2020-03-30 15:44:30 -06:00
parent 6a46a175f7
commit 0b3a693090

View File

@@ -30,7 +30,7 @@ std::vector<double> MakePermutationMatrix::MakePermutation(std::vector<City> sou
std::cout << source[i].GetName() << " "; std::cout << source[i].GetName() << " ";
} }
std::cout << std::endl << std::endl; std::cout << std::endl << std::endl;
std::cout << "next perm: "; std::cout <<"Rank: " << rank << " next perm: ";
for(int i = 0; i < nextPerm.size(); i++){ for(int i = 0; i < nextPerm.size(); i++){
std::cout << nextPerm[i].GetName() << " "; std::cout << nextPerm[i].GetName() << " ";
} }