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++) {
|
for (int i = 0; i < 1000000; i++) {
|
||||||
int solution[MAX_ITEMS];
|
int solution[MAX_ITEMS];
|
||||||
genSolution(permutation, graph.V, solution);
|
genSolution(permutation, graph.V, solution);
|
||||||
|
/*
|
||||||
printf("[");
|
printf("[");
|
||||||
int j;
|
int j;
|
||||||
for (j = 0; j < (MAX_ITEMS - 2); j++) {
|
for (j = 0; j < (MAX_ITEMS - 2); j++) {
|
||||||
@ -302,6 +303,7 @@ int main(int argc, char *argv[])
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
printf("%d]\n", solution[j]);
|
printf("%d]\n", solution[j]);
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user