Auto Commit
This commit is contained in:
@@ -29,6 +29,11 @@ std::vector<double> MakePermutationMatrix::MakePermutation(std::vector<City> sou
|
||||
for(int i = 0; i < source.size(); i++){
|
||||
std::cout << source[i].GetName() << " ";
|
||||
}
|
||||
std::cout << std::endl << std::endl;
|
||||
std::cout << "next perm: ";
|
||||
for(int i = 0; i < nextPerm.size(); i++){
|
||||
std::cout << nextPerm[i].GetName() << " ";
|
||||
}
|
||||
std::cout << std::endl;
|
||||
do {
|
||||
double cost;
|
||||
|
||||
Reference in New Issue
Block a user