Auto Commit

This commit is contained in:
2020-03-31 00:41:53 -06:00
parent 30458e0e6d
commit 6351c5058d
11 changed files with 51 additions and 6 deletions

View File

@@ -57,6 +57,7 @@ int main(int argc, char* argv[])
}
lowestCost = MakePermutationMatrix::GetLowestCost(cities, rank, size, costMatrix);
std::cout << "The lowest cost is " << lowestCost << std::endl;
// if(!rank){
// std::cout << costs.size() << std::endl;
// std::cout << costs[0];