Incluant une Journée industrielle de l'optimisation
HEC Montréal, 7 - 9 mai 2012
JOPT2012
HEC Montréal, 7 — 9 mai 2012
MB6 Programmation par contraintes 1 / Constraint Programming 1
7 mai 2012 10h30 – 12h10
Salle: Société canadienne des postes
Présidée par Gilles Pesant
4 présentations
-
10h30 - 10h55
Reconsidering Mixed Integer Programming, Constraint Programming, and MIP/CP Hybrids for Scheduling
Despite the success of constraint programming (CP) for scheduling, the much wider penetration of mixed integer programming (MIP) technology into business applications means that many practical scheduling problems are being addressed with MIP, at least as an initial approach. Furthermore, there has been impressive and well-documented improvements in the power of generic MIP solvers over the past decade. We empirically demonstrate that on an existing set of resource allocation and scheduling problems standard MIP and CP models are now competitive with the state-of-the-art manual decomposition approach. Motivated by this result, we formulate two tightly coupled hybrid models based on constraint integer programming (CIP) and demonstrate that these models, which embody advances in CP and MIP, are able to out-perform the CP, MIP, and decomposition models. We conclude that both MIP and CIP are technologies that should be considered along with CP for solving scheduling problems?
-
10h55 - 11h20
MDD Propagation for Disjunctive Scheduling
Disjunctive scheduling is the problem of scheduling activities that must not overlap in time. Constraint-based techniques, such as edge finding and not-first/not-last rules, have been a key element in successfully tackling large and complex disjunctive scheduling problems in recent years. In this work we investigate new propagation methods based on limited-width Multivalued Decision Diagrams (MDDs). We present theoretical properties of the MDD encoding and describe filtering and refinement operations that strengthen the relaxation it provides. Furthermore, we provide an efficient way to integrate the MDD-based reasoning with state-of-the-art propagation techniques for scheduling. Experimental results indicate that the MDD propagation can outperform existing domain filters especially when minimizing sequence-dependent setup times, in certain cases by several orders of magnitude.
-
11h20 - 11h45
Scheduling a Batch Processing Machine with Constraints
This paper presents a constraint programming approach for a batch-processing machine on which a finite number of jobs of non-identical sizes must be scheduled. A parallel batch-processing machine can process several jobs simultaneously and the objective is to minimize the maximal lateness. The constraint programming formulation proposed relies on the decomposition of the problem into finding an assignment of the jobs to the batches, and then minimizing the lateness of the batches on a single machine. This formulation is enhanced by a new optimization constraint, which is based on a relaxed problem and applies cost-based domain filtering techniques. Experimental results demonstrate the efficiency of cost-based domain filtering techniques. Comparisons to other exact approaches clearly show the benefits of the proposed approach: it can optimally solve problems that are one order of magnitude greater than those solved by a mathematical formulation or by a branch-and-price.
-
11h45 - 12h10
Solving Two-Machine Assembly Scheduling Problems with Inventory Constraints
We consider a scheduling problem with component availability constraints in a supply chain with two manufacturers and a merge-in-transit facility. Three mixed-integer programming models and a
constraint programming model are compared in an extensive numerical study. Results show that
performance is dependent on component types and magnitude of processing times.