Auto Commit
This commit is contained in:
@@ -44,6 +44,7 @@ std::vector<double> MakePermutationMatrix::MakePermutation(std::vector<City> sou
|
|||||||
if(rank == size-1){
|
if(rank == size-1){
|
||||||
nextPerm = source;
|
nextPerm = source;
|
||||||
}
|
}
|
||||||
|
std::cout << "Rank: " << rank << " I'm here" << std::endl;
|
||||||
do {
|
do {
|
||||||
double cost = 0;
|
double cost = 0;
|
||||||
//Add up the cost of the current permutation.
|
//Add up the cost of the current permutation.
|
||||||
|
|||||||
Reference in New Issue
Block a user