TL;DR
This paper models and analyzes the online printing shop scheduling problem using mixed integer linear programming and constraint programming, evaluating their effectiveness through extensive numerical experiments on various instance sizes.
Contribution
It introduces precise models for a complex, real-world printing scheduling problem and assesses their practical solvability with commercial solvers.
Findings
Constraint programming solves all small instances optimally.
Mixed integer linear programming solves fewer small instances.
Feasible solutions are obtainable for large, practical-sized instances.
Abstract
In this work, the online printing shop scheduling problem is considered. This challenging real problem, that appears in the nowadays printing industry, can be seen as a flexible job shop scheduling problem with sequence flexibility in which precedence constraints among operations of a job are given by an arbitrary directed acyclic graph. In addition, several complicating particularities such as periods of unavailability of the machines, resumable operations, sequence-dependent setup times, partial overlapping among operations with precedence constraints, release times, and fixed operations are also present in the addressed problem. In the present work, mixed integer linear programming and constraint programming models for the minimization of the makespan are presented. Modeling the problem is twofold. On the one hand, the problem is precisely defined. On the other hand, the capabilities…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
