PlageCreneaux[] creneauxLibres = {cl1, cl2, cl3};
// -------------------------------------- on a cree 12 creneaux en tout
// construction des types d'enseigenement pour chaque module
Prof profCMComplexite = new Prof("Chams");
int nbCreneauxCMCOmplexite = 3;
TypeEnseignement CMComplexite = new TypeEnseignement("CM Complexite", Type.CM, 1, 2, profCMComplexite);
//
Prof profCMGraphes = new Prof("Gueret Jussien");
int nbCreneauxCMGraphes = 4;
TypeEnseignement CMGraphes = new TypeEnseignement("CM graphes", Type.CM, 1, 2, profCMGraphes);
//
Prof profTDGrpahes = new Prof("Gueret Jussien");
Prof profTDGraphes2 = new Prof("Prof 2");
int nbCreneauxTDGraphes = 5;
TypeEnseignement TDGraphes = new TypeEnseignement("TD graphes", Type.TD, 2, 2, profTDGrpahes);
TDGraphes.addProf(profTDGraphes2);
// -------------------------------------------------------
// creation des creneaux a placer
// constraints