fixed colleurs having multiple colles at once
This commit is contained in:
parent
82bc9bc21c
commit
73c4e5bd66
10
algorithm.c
10
algorithm.c
|
@ -922,12 +922,12 @@ void add_colles_for_group_MP2I(int* weeks_len, creneau* edt, int len_edt, colleu
|
|||
//printf("%d\n", chads[perm[dude]]);
|
||||
if(dudes[perm[dude]].mat == rotation) {
|
||||
add_colle(edt, dudes, grp, k+r%weeklen, perm[dude]);
|
||||
if(math_dude > free_math_space(edt, len_edt, k+r%weeklen)) {
|
||||
if(math_dude > free_math_space(edt, len_edt, k+r%weeklen) || is_overlap(edt, len_edt, k+r%weeklen)) {
|
||||
remove_colle(edt, k+r%weeklen);
|
||||
} else {
|
||||
found = true;
|
||||
remaining_to_add--;
|
||||
//printf("+secondary for week %d and group %d (index %d)\n", week, grp, k+r%weeklen);
|
||||
///rintf("+secondary for week %d and group %d (index %d)\n", week, grp, k+r%weeklen);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1043,7 +1043,6 @@ void aux_2(creneau* edt, int len_edt, colleur* chads, int len_chads, int n_group
|
|||
printf("\n");
|
||||
print_one_week(edt, len_edt, edt[57].date);
|
||||
*/
|
||||
printf("\n");
|
||||
|
||||
int max_score = -900000;
|
||||
int global_min = 0;
|
||||
|
@ -1055,6 +1054,8 @@ 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_sim);
|
||||
printf("\n");
|
||||
for(int k = 0; k < n_sim*(1 - (max_score == n_groups*100)); k++) {
|
||||
if(k >= a) {
|
||||
printf("\x1b[1F");
|
||||
|
@ -1068,7 +1069,8 @@ void aux_2(creneau* edt, int len_edt, colleur* chads, int len_chads, int n_group
|
|||
for(int i = 0; i < n_groups; i++) {
|
||||
//for(int i = 0; i < 1; i++) {
|
||||
//rintf("Adding colles for group %d...\n", i+1);
|
||||
add_colles_for_group_MP2I(weeks_len, edt, len_edt, chads, len_chads, n_weeks, i+1, (topic)(2+i%2), i%4, i%6, &skipped);
|
||||
//add_colles_for_group_MP2I(weeks_len, edt, len_edt, chads, len_chads, n_weeks, i+1, (topic)(2+i%2), i%4, i%6, &skipped);
|
||||
add_colles_for_group_MP2I(weeks_len, edt, len_edt, chads, len_chads, n_weeks, i+1, (topic)(2+i%2), i%4, -20, &skipped);
|
||||
}
|
||||
for(int i = 0; i < n_groups; i++) {
|
||||
//printf("Score for group %d : %d\n", i+1, score(edt, len_edt, i+1));
|
||||
|
|
2
main.c
2
main.c
|
@ -14,7 +14,7 @@ int main() {
|
|||
colleur* dudes = import_colleurs_oneweek("MP2I-colleurs.txt", 16, 6, 33);
|
||||
int n_colleurs = 16;
|
||||
|
||||
aux_2(edt, len_edt, dudes, n_colleurs, 15, 6, 5000, "output.csv");
|
||||
aux_2(edt, len_edt, dudes, n_colleurs, 15, 6, 5000, "output-15.csv");
|
||||
|
||||
for(int i = 0; i < len_edt; i++) {
|
||||
free(edt[i].name);
|
||||
|
|
|
@ -0,0 +1,199 @@
|
|||
hour,day,month,year,length,group,colleur,matiere
|
||||
12,5,2,2024,1,2,Chevalier,Physique
|
||||
13,5,2,2024,1,13,Herbaut,Anglais
|
||||
14,6,2,2024,1,6,Mullaert,Maths
|
||||
14,6,2,2024,1,4,Chevalier,Physique
|
||||
14,6,2,2024,1,15,Belaggoune,Anglais
|
||||
17,6,2,2024,1,10,Colin,Physique
|
||||
17,6,2,2024,1,14,Chevalier,Physique
|
||||
18,6,2,2024,1,7,Rapin,Maths
|
||||
13,7,2,2024,1,10,Carpintero,Maths
|
||||
14,7,2,2024,1,5,Le_Gouriellec,Anglais
|
||||
14,7,2,2024,1,12,Carpintero,Maths
|
||||
14,7,2,2024,1,14,Boully,Maths
|
||||
14,7,2,2024,1,15,Bouverot,Maths
|
||||
14,7,2,2024,2,0,none,_
|
||||
14,7,2,2024,2,0,none,_
|
||||
14,7,2,2024,2,0,none,_
|
||||
15,7,2,2024,1,4,Bouverot,Maths
|
||||
15,7,2,2024,1,7,Le_Gouriellec,Anglais
|
||||
15,7,2,2024,1,11,Boully,Maths
|
||||
16,7,2,2024,1,9,Mann,Anglais
|
||||
16,7,2,2024,2,0,none,_
|
||||
16,7,2,2024,2,0,none,_
|
||||
16,7,2,2024,2,0,none,_
|
||||
17,7,2,2024,1,3,Mann,Anglais
|
||||
17,7,2,2024,1,6,Poupy,Physique
|
||||
18,7,2,2024,1,8,Poupy,Physique
|
||||
14,8,2,2024,1,1,Belaggoune,Anglais
|
||||
15,8,2,2024,1,11,Belaggoune,Anglais
|
||||
18,8,2,2024,1,2,Rapin,Maths
|
||||
18,8,2,2024,1,0,none,_
|
||||
16,9,2,2024,1,12,Chibani,Physique
|
||||
17,9,2,2024,1,8,Oubaha,Maths
|
||||
18,9,2,2024,1,3,Oubaha,Maths
|
||||
12,12,2,2024,1,1,Chevalier,Physique
|
||||
13,12,2,2024,1,14,Herbaut,Anglais
|
||||
14,13,2,2024,1,1,Mullaert,Maths
|
||||
14,13,2,2024,1,5,Chevalier,Physique
|
||||
14,13,2,2024,1,0,none,_
|
||||
17,13,2,2024,1,7,Colin,Physique
|
||||
17,13,2,2024,1,9,Chevalier,Physique
|
||||
18,13,2,2024,1,4,Rapin,Maths
|
||||
13,14,2,2024,1,7,Carpintero,Maths
|
||||
14,14,2,2024,1,2,Le_Gouriellec,Anglais
|
||||
14,14,2,2024,1,13,Carpintero,Maths
|
||||
14,14,2,2024,1,3,Bouverot,Maths
|
||||
14,14,2,2024,1,5,Boully,Maths
|
||||
14,14,2,2024,2,0,none,_
|
||||
14,14,2,2024,2,0,none,_
|
||||
14,14,2,2024,2,0,none,_
|
||||
15,14,2,2024,1,4,Le_Gouriellec,Anglais
|
||||
15,14,2,2024,1,9,Bouverot,Maths
|
||||
15,14,2,2024,1,12,Boully,Maths
|
||||
16,14,2,2024,1,6,Mann,Anglais
|
||||
16,14,2,2024,2,0,none,_
|
||||
16,14,2,2024,2,0,none,_
|
||||
16,14,2,2024,2,0,none,_
|
||||
17,14,2,2024,1,8,Mann,Anglais
|
||||
17,14,2,2024,1,11,Poupy,Physique
|
||||
18,14,2,2024,1,13,Poupy,Physique
|
||||
14,15,2,2024,1,10,Belaggoune,Anglais
|
||||
15,15,2,2024,1,12,Belaggoune,Anglais
|
||||
18,15,2,2024,1,0,none,_
|
||||
18,15,2,2024,1,8,Rapin,Maths
|
||||
16,16,2,2024,1,3,Chibani,Physique
|
||||
17,16,2,2024,1,11,Oubaha,Maths
|
||||
18,16,2,2024,1,15,Oubaha,Maths
|
||||
12,19,2,2024,1,2,Chevalier,Physique
|
||||
13,19,2,2024,1,11,Herbaut,Anglais
|
||||
14,20,2,2024,1,2,Mullaert,Maths
|
||||
14,20,2,2024,1,10,Chevalier,Physique
|
||||
14,20,2,2024,1,13,Belaggoune,Anglais
|
||||
17,20,2,2024,1,12,Chevalier,Physique
|
||||
17,20,2,2024,1,14,Colin,Physique
|
||||
18,20,2,2024,1,1,Rapin,Maths
|
||||
13,21,2,2024,1,8,Carpintero,Maths
|
||||
14,21,2,2024,1,3,Le_Gouriellec,Anglais
|
||||
14,21,2,2024,1,12,Carpintero,Maths
|
||||
14,21,2,2024,1,14,Bouverot,Maths
|
||||
14,21,2,2024,1,9,Boully,Maths
|
||||
14,21,2,2024,2,0,none,_
|
||||
14,21,2,2024,2,0,none,_
|
||||
14,21,2,2024,2,0,none,_
|
||||
15,21,2,2024,1,1,Le_Gouriellec,Anglais
|
||||
15,21,2,2024,1,13,Bouverot,Maths
|
||||
15,21,2,2024,1,6,Boully,Maths
|
||||
16,21,2,2024,1,5,Mann,Anglais
|
||||
16,21,2,2024,2,0,none,_
|
||||
16,21,2,2024,2,0,none,_
|
||||
16,21,2,2024,2,0,none,_
|
||||
17,21,2,2024,1,4,Poupy,Physique
|
||||
17,21,2,2024,1,7,Mann,Anglais
|
||||
18,21,2,2024,1,8,Poupy,Physique
|
||||
14,22,2,2024,1,9,Belaggoune,Anglais
|
||||
15,22,2,2024,1,15,Belaggoune,Anglais
|
||||
18,22,2,2024,1,5,Rapin,Maths
|
||||
18,22,2,2024,1,0,none,_
|
||||
16,23,2,2024,1,6,Chibani,Physique
|
||||
17,23,2,2024,1,4,Oubaha,Maths
|
||||
18,23,2,2024,1,10,Oubaha,Maths
|
||||
12,26,2,2024,1,9,Chevalier,Physique
|
||||
13,26,2,2024,1,6,Herbaut,Anglais
|
||||
14,27,2,2024,1,7,Chevalier,Physique
|
||||
14,27,2,2024,1,14,Belaggoune,Anglais
|
||||
14,27,2,2024,1,7,Mullaert,Maths
|
||||
17,27,2,2024,1,11,Chevalier,Physique
|
||||
17,27,2,2024,1,13,Colin,Physique
|
||||
18,27,2,2024,1,3,Rapin,Maths
|
||||
13,28,2,2024,1,10,Carpintero,Maths
|
||||
14,28,2,2024,1,2,Le_Gouriellec,Anglais
|
||||
14,28,2,2024,1,11,Carpintero,Maths
|
||||
14,28,2,2024,1,13,Bouverot,Maths
|
||||
14,28,2,2024,1,6,Boully,Maths
|
||||
14,28,2,2024,2,0,none,_
|
||||
14,28,2,2024,2,0,none,_
|
||||
14,28,2,2024,2,0,none,_
|
||||
15,28,2,2024,1,4,Le_Gouriellec,Anglais
|
||||
15,28,2,2024,1,5,Boully,Maths
|
||||
15,28,2,2024,1,14,Bouverot,Maths
|
||||
16,28,2,2024,1,8,Mann,Anglais
|
||||
16,28,2,2024,2,0,none,_
|
||||
16,28,2,2024,2,0,none,_
|
||||
16,28,2,2024,2,0,none,_
|
||||
17,28,2,2024,1,1,Poupy,Physique
|
||||
17,28,2,2024,1,10,Mann,Anglais
|
||||
18,28,2,2024,1,3,Poupy,Physique
|
||||
14,29,2,2024,1,12,Belaggoune,Anglais
|
||||
15,29,2,2024,1,0,none,_
|
||||
18,29,2,2024,1,1,Rapin,Maths
|
||||
18,29,2,2024,1,0,none,_
|
||||
16,1,3,2024,1,5,Chibani,Physique
|
||||
17,1,3,2024,1,2,Oubaha,Maths
|
||||
18,1,3,2024,1,9,Oubaha,Maths
|
||||
12,4,3,2024,1,8,Chevalier,Physique
|
||||
13,4,3,2024,1,3,Herbaut,Anglais
|
||||
14,5,3,2024,1,5,Belaggoune,Anglais
|
||||
14,5,3,2024,1,10,Mullaert,Maths
|
||||
14,5,3,2024,1,10,Chevalier,Physique
|
||||
17,5,3,2024,1,12,Colin,Physique
|
||||
17,5,3,2024,1,14,Chevalier,Physique
|
||||
18,5,3,2024,1,11,Rapin,Maths
|
||||
13,6,3,2024,1,14,Carpintero,Maths
|
||||
14,6,3,2024,1,12,Boully,Maths
|
||||
14,6,3,2024,1,6,Bouverot,Maths
|
||||
14,6,3,2024,1,7,Le_Gouriellec,Anglais
|
||||
14,6,3,2024,1,8,Carpintero,Maths
|
||||
14,6,3,2024,2,0,none,_
|
||||
14,6,3,2024,2,0,none,_
|
||||
14,6,3,2024,2,0,none,_
|
||||
15,6,3,2024,1,2,Boully,Maths
|
||||
15,6,3,2024,1,9,Le_Gouriellec,Anglais
|
||||
15,6,3,2024,1,15,Bouverot,Maths
|
||||
16,6,3,2024,1,11,Mann,Anglais
|
||||
16,6,3,2024,2,0,none,_
|
||||
16,6,3,2024,2,0,none,_
|
||||
16,6,3,2024,2,0,none,_
|
||||
17,6,3,2024,1,13,Mann,Anglais
|
||||
17,6,3,2024,1,4,Poupy,Physique
|
||||
18,6,3,2024,1,6,Poupy,Physique
|
||||
14,7,3,2024,1,1,Belaggoune,Anglais
|
||||
15,7,3,2024,1,15,Belaggoune,Anglais
|
||||
18,7,3,2024,1,0,none,_
|
||||
18,7,3,2024,1,3,Rapin,Maths
|
||||
16,8,3,2024,1,2,Chibani,Physique
|
||||
17,8,3,2024,1,4,Oubaha,Maths
|
||||
18,8,3,2024,1,7,Oubaha,Maths
|
||||
12,11,3,2024,1,7,Chevalier,Physique
|
||||
13,11,3,2024,1,2,Herbaut,Anglais
|
||||
14,12,3,2024,1,1,Mullaert,Maths
|
||||
14,12,3,2024,1,9,Chevalier,Physique
|
||||
14,12,3,2024,1,4,Belaggoune,Anglais
|
||||
17,12,3,2024,1,11,Colin,Physique
|
||||
17,12,3,2024,1,13,Chevalier,Physique
|
||||
18,12,3,2024,1,7,Rapin,Maths
|
||||
13,13,3,2024,1,8,Carpintero,Maths
|
||||
14,13,3,2024,1,6,Le_Gouriellec,Anglais
|
||||
14,13,3,2024,1,9,Bouverot,Maths
|
||||
14,13,3,2024,1,13,Carpintero,Maths
|
||||
14,13,3,2024,1,5,Boully,Maths
|
||||
14,13,3,2024,2,0,none,_
|
||||
14,13,3,2024,2,0,none,_
|
||||
14,13,3,2024,2,0,none,_
|
||||
15,13,3,2024,1,8,Le_Gouriellec,Anglais
|
||||
15,13,3,2024,1,11,Bouverot,Maths
|
||||
15,13,3,2024,1,12,Boully,Maths
|
||||
16,13,3,2024,1,10,Mann,Anglais
|
||||
16,13,3,2024,2,0,none,_
|
||||
16,13,3,2024,2,0,none,_
|
||||
16,13,3,2024,2,0,none,_
|
||||
17,13,3,2024,1,1,Poupy,Physique
|
||||
17,13,3,2024,1,12,Mann,Anglais
|
||||
18,13,3,2024,1,3,Poupy,Physique
|
||||
14,14,3,2024,1,0,none,_
|
||||
15,14,3,2024,1,14,Belaggoune,Anglais
|
||||
18,14,3,2024,1,15,Rapin,Maths
|
||||
18,14,3,2024,1,0,none,_
|
||||
16,15,3,2024,1,5,Chibani,Physique
|
||||
17,15,3,2024,1,3,Oubaha,Maths
|
||||
18,15,3,2024,1,4,Oubaha,Maths
|
|
316
output.csv
316
output.csv
|
@ -1,199 +1,199 @@
|
|||
hour,day,month,year,length,group,colleur,matiere
|
||||
12,5,2,2024,1,6,Chevalier,Physique
|
||||
13,5,2,2024,1,9,Herbaut,Anglais
|
||||
14,6,2,2024,1,2,Chevalier,Physique
|
||||
12,5,2,2024,1,10,Chevalier,Physique
|
||||
13,5,2,2024,1,3,Herbaut,Anglais
|
||||
14,6,2,2024,1,6,Mullaert,Maths
|
||||
14,6,2,2024,1,1,Belaggoune,Anglais
|
||||
17,6,2,2024,1,12,Chevalier,Physique
|
||||
14,6,2,2024,1,11,Belaggoune,Anglais
|
||||
14,6,2,2024,1,12,Chevalier,Physique
|
||||
17,6,2,2024,1,14,Chevalier,Physique
|
||||
17,6,2,2024,1,4,Colin,Physique
|
||||
18,6,2,2024,1,11,Rapin,Maths
|
||||
13,7,2,2024,1,8,Carpintero,Maths
|
||||
14,7,2,2024,1,3,Carpintero,Maths
|
||||
14,7,2,2024,1,3,Le_Gouriellec,Anglais
|
||||
14,7,2,2024,1,4,Boully,Maths
|
||||
14,7,2,2024,1,12,Bouverot,Maths
|
||||
14,7,2,2024,2,6,Colleur_Dinfo,Info
|
||||
14,7,2,2024,2,12,Colleur_Dinfo,Info
|
||||
18,6,2,2024,1,10,Rapin,Maths
|
||||
13,7,2,2024,1,11,Carpintero,Maths
|
||||
14,7,2,2024,1,5,Le_Gouriellec,Anglais
|
||||
14,7,2,2024,1,12,Boully,Maths
|
||||
14,7,2,2024,1,4,Carpintero,Maths
|
||||
14,7,2,2024,1,3,Bouverot,Maths
|
||||
14,7,2,2024,2,0,none,_
|
||||
14,7,2,2024,2,0,none,_
|
||||
14,7,2,2024,2,0,none,_
|
||||
15,7,2,2024,1,1,Le_Gouriellec,Anglais
|
||||
15,7,2,2024,1,14,Boully,Maths
|
||||
15,7,2,2024,1,15,Bouverot,Maths
|
||||
15,7,2,2024,1,5,Le_Gouriellec,Anglais
|
||||
15,7,2,2024,1,0,none,_
|
||||
16,7,2,2024,1,7,Mann,Anglais
|
||||
16,7,2,2024,2,0,none,_
|
||||
16,7,2,2024,2,0,none,_
|
||||
16,7,2,2024,2,0,none,_
|
||||
17,7,2,2024,1,10,Poupy,Physique
|
||||
17,7,2,2024,1,13,Mann,Anglais
|
||||
18,7,2,2024,1,14,Poupy,Physique
|
||||
14,8,2,2024,1,11,Belaggoune,Anglais
|
||||
15,8,2,2024,1,15,Belaggoune,Anglais
|
||||
17,7,2,2024,1,2,Poupy,Physique
|
||||
17,7,2,2024,1,9,Mann,Anglais
|
||||
18,7,2,2024,1,6,Poupy,Physique
|
||||
14,8,2,2024,1,13,Belaggoune,Anglais
|
||||
15,8,2,2024,1,0,none,_
|
||||
18,8,2,2024,1,2,Rapin,Maths
|
||||
18,8,2,2024,1,0,none,_
|
||||
16,9,2,2024,1,8,Chibani,Physique
|
||||
17,9,2,2024,1,7,Oubaha,Maths
|
||||
18,9,2,2024,1,10,Oubaha,Maths
|
||||
12,12,2,2024,1,1,Chevalier,Physique
|
||||
13,12,2,2024,1,14,Herbaut,Anglais
|
||||
14,13,2,2024,1,7,Mullaert,Maths
|
||||
14,13,2,2024,1,7,Chevalier,Physique
|
||||
14,13,2,2024,1,11,Chevalier,Physique
|
||||
17,13,2,2024,1,15,Chevalier,Physique
|
||||
17,13,2,2024,1,3,Chevalier,Physique
|
||||
18,13,2,2024,1,9,Rapin,Maths
|
||||
13,14,2,2024,1,11,Carpintero,Maths
|
||||
14,14,2,2024,1,4,Bouverot,Maths
|
||||
14,14,2,2024,1,6,Le_Gouriellec,Anglais
|
||||
14,14,2,2024,1,12,Boully,Maths
|
||||
14,14,2,2024,1,13,Carpintero,Maths
|
||||
14,14,2,2024,2,5,Colleur_Dinfo,Info
|
||||
14,14,2,2024,2,11,Colleur_Dinfo,Info
|
||||
18,9,2,2024,1,8,Oubaha,Maths
|
||||
12,12,2,2024,1,7,Chevalier,Physique
|
||||
13,12,2,2024,1,2,Herbaut,Anglais
|
||||
14,13,2,2024,1,5,Mullaert,Maths
|
||||
14,13,2,2024,1,9,Chevalier,Physique
|
||||
14,13,2,2024,1,10,Belaggoune,Anglais
|
||||
17,13,2,2024,1,11,Chevalier,Physique
|
||||
17,13,2,2024,1,13,Colin,Physique
|
||||
18,13,2,2024,1,7,Rapin,Maths
|
||||
13,14,2,2024,1,12,Carpintero,Maths
|
||||
14,14,2,2024,1,13,Bouverot,Maths
|
||||
14,14,2,2024,1,8,Carpintero,Maths
|
||||
14,14,2,2024,1,0,none,_
|
||||
14,14,2,2024,1,4,Le_Gouriellec,Anglais
|
||||
14,14,2,2024,2,0,none,_
|
||||
15,14,2,2024,1,2,Le_Gouriellec,Anglais
|
||||
15,14,2,2024,1,3,Bouverot,Maths
|
||||
15,14,2,2024,1,15,Boully,Maths
|
||||
16,14,2,2024,1,8,Mann,Anglais
|
||||
14,14,2,2024,2,0,none,_
|
||||
14,14,2,2024,2,0,none,_
|
||||
15,14,2,2024,1,11,Bouverot,Maths
|
||||
15,14,2,2024,1,9,Boully,Maths
|
||||
15,14,2,2024,1,12,Le_Gouriellec,Anglais
|
||||
16,14,2,2024,1,0,none,_
|
||||
16,14,2,2024,2,0,none,_
|
||||
16,14,2,2024,2,0,none,_
|
||||
16,14,2,2024,2,0,none,_
|
||||
17,14,2,2024,1,4,Mann,Anglais
|
||||
17,14,2,2024,1,5,Poupy,Physique
|
||||
18,14,2,2024,1,13,Poupy,Physique
|
||||
14,15,2,2024,1,10,Belaggoune,Anglais
|
||||
15,15,2,2024,1,12,Belaggoune,Anglais
|
||||
18,15,2,2024,1,5,Rapin,Maths
|
||||
17,14,2,2024,1,1,Poupy,Physique
|
||||
17,14,2,2024,1,6,Mann,Anglais
|
||||
18,14,2,2024,1,3,Poupy,Physique
|
||||
14,15,2,2024,1,8,Belaggoune,Anglais
|
||||
15,15,2,2024,1,14,Belaggoune,Anglais
|
||||
18,15,2,2024,1,1,Rapin,Maths
|
||||
18,15,2,2024,1,0,none,_
|
||||
16,16,2,2024,1,9,Chibani,Physique
|
||||
17,16,2,2024,1,8,Oubaha,Maths
|
||||
18,16,2,2024,1,1,Oubaha,Maths
|
||||
12,19,2,2024,1,10,Chevalier,Physique
|
||||
13,19,2,2024,1,5,Herbaut,Anglais
|
||||
14,20,2,2024,1,2,Chevalier,Physique
|
||||
14,20,2,2024,1,6,Mullaert,Maths
|
||||
14,20,2,2024,1,3,Belaggoune,Anglais
|
||||
17,20,2,2024,1,8,Colin,Physique
|
||||
17,20,2,2024,1,14,Colin,Physique
|
||||
18,20,2,2024,1,4,Rapin,Maths
|
||||
13,21,2,2024,1,9,Carpintero,Maths
|
||||
14,21,2,2024,1,10,Carpintero,Maths
|
||||
14,21,2,2024,1,11,Le_Gouriellec,Anglais
|
||||
14,21,2,2024,1,5,Boully,Maths
|
||||
14,21,2,2024,1,12,Bouverot,Maths
|
||||
14,21,2,2024,2,4,Colleur_Dinfo,Info
|
||||
14,21,2,2024,2,10,Colleur_Dinfo,Info
|
||||
16,16,2,2024,1,5,Chibani,Physique
|
||||
17,16,2,2024,1,3,Oubaha,Maths
|
||||
18,16,2,2024,1,4,Oubaha,Maths
|
||||
12,19,2,2024,1,12,Chevalier,Physique
|
||||
13,19,2,2024,1,1,Herbaut,Anglais
|
||||
14,20,2,2024,1,7,Belaggoune,Anglais
|
||||
14,20,2,2024,1,6,Chevalier,Physique
|
||||
14,20,2,2024,1,9,Mullaert,Maths
|
||||
17,20,2,2024,1,10,Colin,Physique
|
||||
17,20,2,2024,1,14,Chevalier,Physique
|
||||
18,20,2,2024,1,5,Rapin,Maths
|
||||
13,21,2,2024,1,6,Carpintero,Maths
|
||||
14,21,2,2024,1,10,Bouverot,Maths
|
||||
14,21,2,2024,1,14,Boully,Maths
|
||||
14,21,2,2024,1,5,Le_Gouriellec,Anglais
|
||||
14,21,2,2024,1,8,Carpintero,Maths
|
||||
14,21,2,2024,2,0,none,_
|
||||
15,21,2,2024,1,1,Boully,Maths
|
||||
15,21,2,2024,1,13,Bouverot,Maths
|
||||
15,21,2,2024,1,13,Le_Gouriellec,Anglais
|
||||
16,21,2,2024,1,1,Mann,Anglais
|
||||
14,21,2,2024,2,0,none,_
|
||||
14,21,2,2024,2,0,none,_
|
||||
15,21,2,2024,1,1,Bouverot,Maths
|
||||
15,21,2,2024,1,2,Boully,Maths
|
||||
15,21,2,2024,1,9,Le_Gouriellec,Anglais
|
||||
16,21,2,2024,1,11,Mann,Anglais
|
||||
16,21,2,2024,2,0,none,_
|
||||
16,21,2,2024,2,0,none,_
|
||||
16,21,2,2024,2,0,none,_
|
||||
17,21,2,2024,1,6,Poupy,Physique
|
||||
17,21,2,2024,1,9,Mann,Anglais
|
||||
18,21,2,2024,1,12,Poupy,Physique
|
||||
14,22,2,2024,1,7,Belaggoune,Anglais
|
||||
15,22,2,2024,1,15,Belaggoune,Anglais
|
||||
18,22,2,2024,1,2,Rapin,Maths
|
||||
17,21,2,2024,1,4,Poupy,Physique
|
||||
17,21,2,2024,1,13,Mann,Anglais
|
||||
18,21,2,2024,1,8,Poupy,Physique
|
||||
14,22,2,2024,1,0,none,_
|
||||
15,22,2,2024,1,3,Belaggoune,Anglais
|
||||
18,22,2,2024,1,4,Rapin,Maths
|
||||
18,22,2,2024,1,0,none,_
|
||||
16,23,2,2024,1,4,Chibani,Physique
|
||||
17,23,2,2024,1,8,Oubaha,Maths
|
||||
18,23,2,2024,1,14,Oubaha,Maths
|
||||
12,26,2,2024,1,11,Chevalier,Physique
|
||||
16,23,2,2024,1,2,Chibani,Physique
|
||||
17,23,2,2024,1,12,Oubaha,Maths
|
||||
18,23,2,2024,1,13,Oubaha,Maths
|
||||
12,26,2,2024,1,7,Chevalier,Physique
|
||||
13,26,2,2024,1,6,Herbaut,Anglais
|
||||
14,27,2,2024,1,4,Belaggoune,Anglais
|
||||
14,27,2,2024,1,10,Mullaert,Maths
|
||||
14,27,2,2024,1,13,Chevalier,Physique
|
||||
17,27,2,2024,1,15,Colin,Physique
|
||||
17,27,2,2024,1,1,Chevalier,Physique
|
||||
18,27,2,2024,1,1,Rapin,Maths
|
||||
13,28,2,2024,1,14,Carpintero,Maths
|
||||
14,28,2,2024,1,14,Le_Gouriellec,Anglais
|
||||
14,28,2,2024,1,6,Boully,Maths
|
||||
14,28,2,2024,1,9,Bouverot,Maths
|
||||
14,28,2,2024,1,7,Carpintero,Maths
|
||||
14,28,2,2024,2,15,Colleur_Dinfo,Info
|
||||
14,28,2,2024,2,9,Colleur_Dinfo,Info
|
||||
14,27,2,2024,1,1,Mullaert,Maths
|
||||
14,27,2,2024,1,9,Chevalier,Physique
|
||||
14,27,2,2024,1,0,none,_
|
||||
17,27,2,2024,1,11,Colin,Physique
|
||||
17,27,2,2024,1,13,Chevalier,Physique
|
||||
18,27,2,2024,1,6,Rapin,Maths
|
||||
13,28,2,2024,1,3,Carpintero,Maths
|
||||
14,28,2,2024,1,2,Le_Gouriellec,Anglais
|
||||
14,28,2,2024,1,7,Bouverot,Maths
|
||||
14,28,2,2024,1,9,Carpintero,Maths
|
||||
14,28,2,2024,1,11,Boully,Maths
|
||||
14,28,2,2024,2,0,none,_
|
||||
15,28,2,2024,1,2,Bouverot,Maths
|
||||
15,28,2,2024,1,10,Le_Gouriellec,Anglais
|
||||
15,28,2,2024,1,11,Boully,Maths
|
||||
16,28,2,2024,1,12,Mann,Anglais
|
||||
14,28,2,2024,2,0,none,_
|
||||
14,28,2,2024,2,0,none,_
|
||||
15,28,2,2024,1,4,Le_Gouriellec,Anglais
|
||||
15,28,2,2024,1,13,Boully,Maths
|
||||
15,28,2,2024,1,14,Bouverot,Maths
|
||||
16,28,2,2024,1,8,Mann,Anglais
|
||||
16,28,2,2024,2,0,none,_
|
||||
16,28,2,2024,2,3,Colleur_Dinfo,Info
|
||||
16,28,2,2024,2,0,none,_
|
||||
17,28,2,2024,1,3,Poupy,Physique
|
||||
17,28,2,2024,1,5,Poupy,Physique
|
||||
18,28,2,2024,1,7,Poupy,Physique
|
||||
14,29,2,2024,1,8,Belaggoune,Anglais
|
||||
15,29,2,2024,1,2,Belaggoune,Anglais
|
||||
18,29,2,2024,1,3,Rapin,Maths
|
||||
16,28,2,2024,2,0,none,_
|
||||
17,28,2,2024,1,1,Poupy,Physique
|
||||
17,28,2,2024,1,10,Mann,Anglais
|
||||
18,28,2,2024,1,3,Poupy,Physique
|
||||
14,29,2,2024,1,12,Belaggoune,Anglais
|
||||
15,29,2,2024,1,14,Belaggoune,Anglais
|
||||
18,29,2,2024,1,5,Rapin,Maths
|
||||
18,29,2,2024,1,0,none,_
|
||||
16,1,3,2024,1,9,Chibani,Physique
|
||||
17,1,3,2024,1,13,Oubaha,Maths
|
||||
18,1,3,2024,1,5,Oubaha,Maths
|
||||
12,4,3,2024,1,12,Chevalier,Physique
|
||||
13,4,3,2024,1,13,Herbaut,Anglais
|
||||
14,5,3,2024,1,15,Belaggoune,Anglais
|
||||
14,5,3,2024,1,14,Chevalier,Physique
|
||||
14,5,3,2024,1,6,Mullaert,Maths
|
||||
17,5,3,2024,1,8,Colin,Physique
|
||||
17,5,3,2024,1,2,Chevalier,Physique
|
||||
16,1,3,2024,1,5,Chibani,Physique
|
||||
17,1,3,2024,1,2,Oubaha,Maths
|
||||
18,1,3,2024,1,10,Oubaha,Maths
|
||||
12,4,3,2024,1,8,Chevalier,Physique
|
||||
13,4,3,2024,1,11,Herbaut,Anglais
|
||||
14,5,3,2024,1,7,Belaggoune,Anglais
|
||||
14,5,3,2024,1,10,Mullaert,Maths
|
||||
14,5,3,2024,1,12,Chevalier,Physique
|
||||
17,5,3,2024,1,4,Chevalier,Physique
|
||||
17,5,3,2024,1,14,Colin,Physique
|
||||
18,5,3,2024,1,4,Rapin,Maths
|
||||
13,6,3,2024,1,8,Carpintero,Maths
|
||||
14,6,3,2024,1,11,Le_Gouriellec,Anglais
|
||||
14,6,3,2024,1,15,Bouverot,Maths
|
||||
14,6,3,2024,1,12,Boully,Maths
|
||||
14,6,3,2024,1,10,Carpintero,Maths
|
||||
14,6,3,2024,2,2,Colleur_Dinfo,Info
|
||||
14,6,3,2024,2,8,Colleur_Dinfo,Info
|
||||
13,6,3,2024,1,7,Carpintero,Maths
|
||||
14,6,3,2024,1,14,Boully,Maths
|
||||
14,6,3,2024,1,0,none,_
|
||||
14,6,3,2024,1,1,Le_Gouriellec,Anglais
|
||||
14,6,3,2024,1,2,Carpintero,Maths
|
||||
14,6,3,2024,2,0,none,_
|
||||
15,6,3,2024,1,3,Boully,Maths
|
||||
15,6,3,2024,1,1,Le_Gouriellec,Anglais
|
||||
15,6,3,2024,1,2,Bouverot,Maths
|
||||
16,6,3,2024,1,5,Mann,Anglais
|
||||
16,6,3,2024,2,14,Colleur_Dinfo,Info
|
||||
14,6,3,2024,2,0,none,_
|
||||
14,6,3,2024,2,0,none,_
|
||||
15,6,3,2024,1,3,Le_Gouriellec,Anglais
|
||||
15,6,3,2024,1,8,Bouverot,Maths
|
||||
15,6,3,2024,1,11,Boully,Maths
|
||||
16,6,3,2024,1,9,Mann,Anglais
|
||||
16,6,3,2024,2,0,none,_
|
||||
16,6,3,2024,2,0,none,_
|
||||
17,6,3,2024,1,4,Poupy,Physique
|
||||
17,6,3,2024,1,3,Mann,Anglais
|
||||
18,6,3,2024,1,6,Poupy,Physique
|
||||
14,7,3,2024,1,7,Belaggoune,Anglais
|
||||
15,7,3,2024,1,9,Belaggoune,Anglais
|
||||
18,7,3,2024,1,7,Rapin,Maths
|
||||
16,6,3,2024,2,0,none,_
|
||||
17,6,3,2024,1,5,Mann,Anglais
|
||||
17,6,3,2024,1,6,Poupy,Physique
|
||||
18,6,3,2024,1,10,Poupy,Physique
|
||||
14,7,3,2024,1,13,Belaggoune,Anglais
|
||||
15,7,3,2024,1,0,none,_
|
||||
18,7,3,2024,1,3,Rapin,Maths
|
||||
18,7,3,2024,1,0,none,_
|
||||
16,8,3,2024,1,10,Chibani,Physique
|
||||
17,8,3,2024,1,11,Oubaha,Maths
|
||||
18,8,3,2024,1,14,Oubaha,Maths
|
||||
16,8,3,2024,1,2,Chibani,Physique
|
||||
17,8,3,2024,1,6,Oubaha,Maths
|
||||
18,8,3,2024,1,12,Oubaha,Maths
|
||||
12,11,3,2024,1,11,Chevalier,Physique
|
||||
13,11,3,2024,1,2,Herbaut,Anglais
|
||||
14,12,3,2024,1,4,Belaggoune,Anglais
|
||||
14,12,3,2024,1,5,Mullaert,Maths
|
||||
14,12,3,2024,1,13,Chevalier,Physique
|
||||
17,12,3,2024,1,15,Colin,Physique
|
||||
17,12,3,2024,1,9,Colin,Physique
|
||||
18,12,3,2024,1,9,Rapin,Maths
|
||||
13,13,3,2024,1,11,Carpintero,Maths
|
||||
14,13,3,2024,1,12,Bouverot,Maths
|
||||
14,13,3,2024,1,12,Le_Gouriellec,Anglais
|
||||
14,13,3,2024,1,1,Carpintero,Maths
|
||||
14,13,3,2024,1,13,Boully,Maths
|
||||
14,13,3,2024,2,1,Colleur_Dinfo,Info
|
||||
14,13,3,2024,2,7,Colleur_Dinfo,Info
|
||||
14,13,3,2024,2,13,Colleur_Dinfo,Info
|
||||
15,13,3,2024,1,4,Boully,Maths
|
||||
13,11,3,2024,1,14,Herbaut,Anglais
|
||||
14,12,3,2024,1,8,Mullaert,Maths
|
||||
14,12,3,2024,1,9,Chevalier,Physique
|
||||
14,12,3,2024,1,0,none,_
|
||||
17,12,3,2024,1,13,Colin,Physique
|
||||
17,12,3,2024,1,7,Chevalier,Physique
|
||||
18,12,3,2024,1,1,Rapin,Maths
|
||||
13,13,3,2024,1,5,Carpintero,Maths
|
||||
14,13,3,2024,1,2,Le_Gouriellec,Anglais
|
||||
14,13,3,2024,1,4,Boully,Maths
|
||||
14,13,3,2024,1,9,Carpintero,Maths
|
||||
14,13,3,2024,1,11,Bouverot,Maths
|
||||
14,13,3,2024,2,0,none,_
|
||||
14,13,3,2024,2,0,none,_
|
||||
14,13,3,2024,2,0,none,_
|
||||
15,13,3,2024,1,3,Bouverot,Maths
|
||||
15,13,3,2024,1,12,Boully,Maths
|
||||
15,13,3,2024,1,6,Le_Gouriellec,Anglais
|
||||
15,13,3,2024,1,15,Bouverot,Maths
|
||||
16,13,3,2024,1,8,Mann,Anglais
|
||||
16,13,3,2024,2,0,none,_
|
||||
16,13,3,2024,2,0,none,_
|
||||
16,13,3,2024,2,0,none,_
|
||||
17,13,3,2024,1,1,Poupy,Physique
|
||||
17,13,3,2024,1,3,Poupy,Physique
|
||||
18,13,3,2024,1,5,Poupy,Physique
|
||||
14,14,3,2024,1,10,Belaggoune,Anglais
|
||||
15,14,3,2024,1,14,Belaggoune,Anglais
|
||||
17,13,3,2024,1,10,Mann,Anglais
|
||||
18,13,3,2024,1,3,Poupy,Physique
|
||||
14,14,3,2024,1,4,Belaggoune,Anglais
|
||||
15,14,3,2024,1,12,Belaggoune,Anglais
|
||||
18,14,3,2024,1,7,Rapin,Maths
|
||||
18,14,3,2024,1,0,none,_
|
||||
18,14,3,2024,1,3,Rapin,Maths
|
||||
16,15,3,2024,1,7,Chibani,Physique
|
||||
17,15,3,2024,1,7,Oubaha,Maths
|
||||
18,15,3,2024,1,8,Oubaha,Maths
|
||||
16,15,3,2024,1,5,Chibani,Physique
|
||||
17,15,3,2024,1,13,Oubaha,Maths
|
||||
18,15,3,2024,1,0,none,_
|
||||
|
|
|
Loading…
Reference in New Issue