paper-with-me

Papers

Answer-Set Programming for Lexicographical Makespan Optimisation in Parallel Machine Scheduling

2022-12-18 · Thomas Eiter, Tobias Geibinger, Nysret Musliu, Johannes Oetsch, Peter Skocovsky, Daria Stepanova

We deal with a challenging scheduling problem on parallel machines with sequence-dependent setup times and release dates from a real-world application of semiconductor work-shop production. There, jobs can only be processed by dedicated machines, thus few machines can determine the makespan almost regardless of how jobs are scheduled on the remaining ones. This causes problems when machines fail and jobs need to be rescheduled. Instead of optimising only the makespan, we put the individual machine spans in non-ascending order and lexicographically minimise the resulting tuples. This achieves that all machines complete as early as possible and increases the robustness of the schedule. We study the application of Answer-Set Programming (ASP) to solve this problem. While ASP eases modelling, the combination of timing constraints and the considered objective function challenges current solving technology. The former issue is addressed by using an extension of ASP by difference logic. For the latter, we devise different algorithms that use multi-shot solving. To tackle industrial-sized instances, we study different approximations and heuristics. Our experimental results show that ASP is indeed a promising KRR paradigm for this problem and is competitive with state-of-the-art CP and MIP solvers. Under consideration in Theory and Practice of Logic Programming (TPLP).

📄 PDF Abstract BibTeX arXiv:2212.09077

Code (0)

등록된 구현이 없습니다.

Tasks

Scheduling

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

Scheduling Parallel Optical Circuit Switches for AI Training

2026-03-07 · Kevin Liang, Litao Qiao, Isaac Keslassy, Bill Lin arxiv

The rapid growth of AI training has dramatically increased datacenter traffic demand and energy consumption, which has motivated renewed interest in optical circuit switches (OCSes) as a high-bandwidth, energy-efficient …

Argumentation for Explainable Workforce Optimisation (with Appendix)

2025-08-20 · Jennifer Leigh, Dimitrios Letsios, Alessandro Mella, Lucio Machetti 외 arxiv

Workforce management is a complex problem involving the optimisation of the makespan and travel distance required for a team of operators to complete a set of jobs, using a set of instruments. A crucial challenge in work…

Workflow Optimization for Parallel Split Learning

2024-02-01 · Joana Tirana, Dimitra Tsigkari, George Iosifidis, Dimitris Chatzopoulos

Split learning (SL) has been recently proposed as a way to enable resource-constrained devices to train multi-parameter neural networks (NNs) and participate in federated learning (FL). In a nutshell, SL splits the NN mo…

Federated LearningScheduling

Answer Set Programming Energised! End-to-End Neurosymbolic Reasoning and Learning with ASP and Energy Based Models

2026-07-09 · Jakob Suchan, Julius Monsen, Salim Baloch, Mehul Bhatt arxiv

We present a general neurosymbolic reasoning and learning methodology based on a modular integration of answer set programming with an energy based model substrate. Key contributions are: (1) supporting joint optimisatio…

Multi-Object Tracking

Exact and heuristic methods for the discrete parallel machine scheduling location problem

2020-06-09 · Raphael Kramer, Arthur Kramer

The discrete parallel machine makespan scheduling location (ScheLoc) problem is an integrated combinatorial optimization problem that combines facility location and job scheduling. The problem consists in choosing the lo…

ARCCombinatorial OptimizationScheduling