Arnaud Malapert

A clever person solves a problem. A wise person avoids it.

Techniques d'ordonnancement d'atelier et de fournées basées sur la programmation par contraintes

Shop and batch scheduling with constraints

PhD defended on September 9th, 2011, at the École des Mines de Nantes, with the following committee members:
Gilles PESANTPrésident du jury
Narendra JUSSIENDirecteur de thèse
Christian ARTIGUESRapporteur
Louis-Martin ROUSSEAUCo-encadrant
Christelle GUÉRETExaminatrice
André LANGEVINExaminateur
Slides (in french)
Complete download (1.4 Mo)
Handout (in french)
Complete download (674 Ko)

Abstract (in french)

Résoudre un problème d'ordonnancement consiste à organiser un ensemble de tâches, c'est-à-dire déterminer leurs dates de début et de fin et leur attribuer des ressources en respectant certaines contraintes. Dans cette thèse, nous proposons de nouvelles approches exactes basées sur la programmation par contraintes pour deux classes de problèmes d'ordonnancement NP-difficiles validées expérimentalement par l'implémentation d'un ensemble de nouvelles fonctionnalités dans le solveur de contraintes choco.

Dans un problème d'atelier, n lots sont constitués chacun de m tâches à exécuter sur m machines distinctes. Chaque machine ne peut exécuter qu'une tâche à la fois. La nature des contraintes liant les tâches d'un même lot peut varier (séquencement global ou par lot, pas de séquencement). Le critère d'optimalité étudié est la minimisation du délai total. Nous proposons d'abord une étude et une classification des différents modèles et algorithmes de résolution. Ensuite, nous introduisons une nouvelle approche flexible pour ces problèmes classiques.

Une machine à traitement par fournées peut traiter plusieurs tâches en une seule opération, une fournée. Les dates de début et de fin des tâches d'une même fournée sont identiques. Le problème étudié consiste à minimiser le retard algébrique maximal de n tâches de différentes tailles sur une machine de capacité b. Conjointement, la somme des tailles des tâches d'une fournée ne doit pas excéder la capacité b. Nous proposons, dans ce contexte, un modèle basé sur une décomposition du problème. Nous définissons ensuite une nouvelle contrainte pour l'optimisation basée sur une relaxation du problème qui améliore sa résolution.

Abstract

Solving a scheduling problem consists of organizing a set of tasks, that is assigning their starting and ending times and allocating resources such that all constraints are satisfied. In this thesis, we propose new constraint programming approaches for two categories of NP-hard scheduling problems which are validated experimentally by the implementation of a set of new features within the constraint solver choco.

In shop scheduling, a set of n jobs, consisting each of m tasks, must be processed on m distinct machines. A machine can process only one task at a time. The processing orders of tasks which belong to a job can vary (global order, order per job, no order). We consider the construction of non-preemptive schedules of minimal makespan. We first propose a study and a classification of different constraint models and search algorithms. Then, we introduce a new flexible approach for these classical problems.

A batch processing machine can process several jobs simultaneously as a batch. The starting and ending times of a task are the ones of the batch to which they belong. The studied problem consists of minimizing the maximal lateness for a batch processing machine on which a finite number of tasks of non-identical sizes must be scheduled. The sum of the sizes of the jobs that are in a batch should not exceed the capacity b of the machine. We propose, within this context, a constraint model based on a decomposition of the problem. Then, we define a new optimization constraint based on the resolution of a relaxed problem enhanced by cost-based domain filtering techniques which improves the resolution.

The thesis

PhD Thesis (in french)
Complete Download (3.5 Mo)
Download by chapter
Prélude : Page de garde, remerciements, table des matières, tables des figures et des tableaux.prelude.pdf
Introduction (chapitre 1)introduction.pdf

Partie 1 : Contexte de l'étude
Chapitre 2 : Programmation par contrainteschapitre2.pdf
Chapitre 3 : Ordonnancement sous contraintes.chapitre3.pdf
Chapitre 4 : Ordonnancement d'atelier.chapitre4.pdf
Chapitre 5 : Ordonnancement d'une machine à traitement par fournées.chapitre5.pdf

Partie 2 : Contribution
Chapitre 6 : Ordonnancement d'atelier au plus tôt.chapitre6.pdf
Chapitre 7 : Heuristiques d'arbitrage dans un atelier.chapitre7.pdf
Chapitre 8 : Minimisation du retard algébrique maximal sur une machine à traitement par fournées.chapitre8.pdf
Chapitre 9 : Implémentation dans le solveur de contraintes Choco.chapitre9.pdf

Conclusion (chapitre 10)conclusion.pdf
Annexes : Outils et tutoriel Choco, collectes et livraisons, allocation de ressources.annexes.pdf
Bibliographiebibliographie.pdf
Résuméresume.pdf

BibTeX

@phdthesis{malapert-11,
  author = {Arnaud Malapert},
  title = {Techniques d'ordonnancement d'atelier et de fourn\'ees bas\'ees sur la programmation par contraintes},
  school = {Universit\'e de Nantes},
  year = {2011}
}