Remove printing of solutions for testing purposes
This commit is contained in:
parent
52b5f0e361
commit
71ac479aca
@ -293,6 +293,7 @@ int main(int argc, char *argv[])
|
||||
for (int i = 0; i < 1000000; i++) {
|
||||
int solution[MAX_ITEMS];
|
||||
genSolution(permutation, graph.V, solution);
|
||||
/*
|
||||
printf("[");
|
||||
int j;
|
||||
for (j = 0; j < (MAX_ITEMS - 2); j++) {
|
||||
@ -302,6 +303,7 @@ int main(int argc, char *argv[])
|
||||
break;
|
||||
}
|
||||
printf("%d]\n", solution[j]);
|
||||
*/
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user