fix affichage
This commit is contained in:
parent
e1aaacda20
commit
cd32c3baf4
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ LFLAGS=
|
||||||
all: bin/colloscope
|
all: bin/colloscope
|
||||||
|
|
||||||
test: 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
|
OBJECTS = obj/structure.o obj/algorithm.o obj/display.o obj/logger.o obj/main.o
|
||||||
bin/colloscope: $(OBJECTS)
|
bin/colloscope: $(OBJECTS)
|
||||||
|
|
|
@ -1081,6 +1081,7 @@ void aux_2(creneau* edt, int len_edt, colleur* chads, int len_chads, int n_group
|
||||||
int skipped = 0;
|
int skipped = 0;
|
||||||
int a = 0;
|
int a = 0;
|
||||||
info("Testing %d combinations...", n_sim);
|
info("Testing %d combinations...", n_sim);
|
||||||
|
printf("\n");
|
||||||
for(int k = 0; k < n_sim*(1 - (max_score == n_groups*100)); k++) {
|
for(int k = 0; k < n_sim*(1 - (max_score == n_groups*100)); k++) {
|
||||||
if(k >= a) {
|
if(k >= a) {
|
||||||
printf("\x1b[1F");
|
printf("\x1b[1F");
|
||||||
|
|
Loading…
Reference in New Issue