// creation de l'UV
UV RechercheOperationnelle = new UV("Recherche Operetionnelle", 0, 14);
// ------------------------------------------------------------------
// construction des modules
int nbModules = 2;
Module complexite = new Module("Complexite");
Module graphes = new Module("Graphes");
// --------------------------------------- on a 2 module differents
// construction des creneaux libres
IntegerVariable cls1 = new IntegerVariable("debut 1", 0, 0);
IntegerVariable clf1 = new IntegerVariable("fin 1", 3, 3);
IntegerVariable cld1 = new IntegerVariable("duree 1", 3, 3);