diff --git a/src/algorithm.c b/src/algorithm.c index 8b169cf..9f1414b 100644 --- a/src/algorithm.c +++ b/src/algorithm.c @@ -1080,7 +1080,7 @@ void aux_2(creneau* edt, int len_edt, colleur* chads, int len_chads, int n_group int temp = 0; int skipped = 0; int a = 0; - printf("Testing %d combinations...\n\n", n_sim); + info("Testing %d combinations...", n_sim); for(int k = 0; k < n_sim*(1 - (max_score == n_groups*100)); k++) { if(k >= a) { printf("\x1b[1F"); @@ -1136,7 +1136,7 @@ void aux_2(creneau* edt, int len_edt, colleur* chads, int len_chads, int n_group } } int end = time(NULL); - info("Took %ds to found", end-start); + info("Took %ds to find", end-start); free(group_stats); free(group_temp); free(weeks_len);