Auto Commit

This commit is contained in:
2020-04-05 16:18:50 -06:00
parent d339d99b64
commit 94396d604b
4 changed files with 1 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ long double MakePermutationMatrix::MakePermutation(std::vector<City> source, int
nextPerm = source;
}
std::cout << "Rank: " << rank << " I'm here" << std::endl;
std::cout << "Rank: " << rank << " Lowest: " << lowest << std::endl;
do {
double cost = 0;
//Add up the cost of the current permutation.

Binary file not shown.