paper-with-me

Papers

Parallel Batch Scheduling With Incompatible Job Families Via Constraint Programming

2024-10-15 · Jorge A. Huertas, Pascal Van Hentenryck

This paper addresses the incompatible case of parallel batch scheduling, where compatible jobs belong to the same family, and jobs from different families cannot be processed together in the same batch. The state-of-the-art constraint programming (CP) model for this problem relies on specific functions and global constraints only available in a well established commercial CP solver. This paper expands the literature around this problem by proposing four new CP models that can be implemented in commercial and open-source solvers: a new model that relies on automaton constraints, and three alternative models that integrate assignment and scheduling decisions with different strategies and global constraints. Extensive computational experiments on standard test cases under multiple objectives and multiple solvers demonstrate the implementation flexibility and competitive performance of the proposed models.

📄 PDF Abstract BibTeX arXiv:2410.11981

Code (0)

등록된 구현이 없습니다.

Tasks

Scheduling

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

A Constraint Programming Model For Serial Batch Scheduling With Minimum Batch Size

2025-04-07 · Jorge A. Huertas, Pascal Van Hentenryck

In serial batch (s-batch) scheduling, jobs are grouped in batches and processed sequentially within their batch. This paper considers multiple parallel machines, nonidentical job weights and release times, and sequence-d…

Scheduling

An Aligned Constraint Programming Model For Serial Batch Scheduling With Minimum Batch Size

2025-11-20 · Jorge A. Huertas, Pascal Van Hentenryck arxiv

In serial batch (s-batch) scheduling, jobs from similar families are grouped into batches and processed sequentially to avoid repetitive setups that are required when processing consecutive jobs of different families. De…

Exact methods and lower bounds for the Oven Scheduling Problem

2022-03-23 · Marie-Louise Lackner, Christoph Mrkvicka, Nysret Musliu, Daniel Walkiewicz 외

The Oven Scheduling Problem (OSP) is a new parallel batch scheduling problem that arises in the area of electronic component manufacturing. Jobs need to be scheduled to one of several ovens and may be processed simultane…

Scheduling

Filtering Rules for Flow Time Minimization in a Parallel Machine Scheduling Problem

2020-11-20 · Margaux Nattaf, Arnaud Malapert

This paper studies the scheduling of jobs of different families on parallel machines with qualification constraints. Originating from semiconductor manufacturing, this constraint imposes a time threshold between the exec…

Scheduling

PyCSP3-Scheduling: A Scheduling Extension for PyCSP3

2026-05-14 · Sohaib Afifi arxiv

PyCSP$^3$ provides a productive way to build constraint models for solving combinatorial constrained problems and export them to XCSP$^3$, preserving a complete separation between modeling and solving. However, it lacks …