diff --git a/generator.c b/generator.c index d07aa3b..51381fc 100644 --- a/generator.c +++ b/generator.c @@ -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; }