fix affichage

This commit is contained in:
Valentin Moguérou 2024-04-16 02:47:59 +02:00
parent e1aaacda20
commit cd32c3baf4
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@ LFLAGS=
all: bin/colloscope
test: bin/colloscope
bin/colloscope -v MP2I-creneaux.txt 33 MP2I-colleurs.txt 16 6 15 output.csv
bin/colloscope -q MP2I-creneaux.txt 33 MP2I-colleurs.txt 16 6 15 output.csv
OBJECTS = obj/structure.o obj/algorithm.o obj/display.o obj/logger.o obj/main.o
bin/colloscope: $(OBJECTS)

View File

@ -1081,6 +1081,7 @@ void aux_2(creneau* edt, int len_edt, colleur* chads, int len_chads, int n_group
int skipped = 0;
int a = 0;
info("Testing %d combinations...", n_sim);
printf("\n");
for(int k = 0; k < n_sim*(1 - (max_score == n_groups*100)); k++) {
if(k >= a) {
printf("\x1b[1F");