Auto Commit
This commit is contained in:
@@ -45,7 +45,7 @@ std::vector<double> MakePermutationMatrix::MakePermutation(std::vector<City> sou
|
|||||||
nextPerm = source;
|
nextPerm = source;
|
||||||
}
|
}
|
||||||
do {
|
do {
|
||||||
std::size_t cost = 0;
|
double cost = 0;
|
||||||
//Add up the cost of the current permutation.
|
//Add up the cost of the current permutation.
|
||||||
// std::cout <<"Rank: " << rank << " Current perm: ";
|
// std::cout <<"Rank: " << rank << " Current perm: ";
|
||||||
//std::cout << "Rank: "<< rank;
|
//std::cout << "Rank: "<< rank;
|
||||||
|
|||||||
Reference in New Issue
Block a user