Auto Commit
This commit is contained in:
@@ -45,6 +45,7 @@ int main(int argc, char* argv[])
|
|||||||
if(rank){
|
if(rank){
|
||||||
costMatrix = matrixTools::UnflattenMatrix(flatMatrix, citiesSize, citiesSize);
|
costMatrix = matrixTools::UnflattenMatrix(flatMatrix, citiesSize, citiesSize);
|
||||||
//Make permutations
|
//Make permutations
|
||||||
|
std::cout << "source size from main " << cities.size();
|
||||||
costs = MakePermutationMatrix::GetLowestCost(cities, rank, size, costMatrix);
|
costs = MakePermutationMatrix::GetLowestCost(cities, rank, size, costMatrix);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user