Auto Commit

This commit is contained in:
2020-04-05 16:26:24 -06:00
parent 94396d604b
commit 2f2e6dee9b

View File

@@ -43,7 +43,7 @@ long double MakePermutationMatrix::MakePermutation(std::vector<City> source, int
//std::cout << " " << myPerm[i].GetName();
cost += costMatrix[myPerm[i].GetName()][myPerm[i-1].GetName()];
}
//std::cout << std::endl << std::endl;
std::cout << "COST: " << cost <<std::endl << std::endl;
if(cost < lowest){
lowest = cost;
std::cout << "Current lowest cost: " << lowest << std::endl;