Scheduling on identical machines with conflicts to minimize the mean flow time
By: Nour ElHouda Tellache, Lydia Aoudia, Mourad Boudhar
Potential Business Impact:
Schedules jobs faster when some can't run together.
This paper addresses the problem of scheduling jobs on identical machines with conflict constraints, where certain jobs cannot be scheduled simultaneously on different machines. We focus on the case where conflicts can be represented by a simple undirected graph, and the objective is to minimize the mean flow time. We show that the problem is NP-hard even on two machines and two distinct processing times. For unit-time jobs, the problem becomes NP-hard when the number of machines increases to three. We also identify polynomial-time solvable cases for specific classes of conflict graphs. For the general problem, we propose mathematical models, lower bounds, and a genetic algorithm. We evaluate their performance through computational experiments on a wide range of instances derived from well-known benchmark instances in the literature.
Similar Papers
The Buffer Minimization Problem for Scheduling Flow Jobs with Conflicts
Data Structures and Algorithms
Manages computer tasks to keep them from getting too full.
Job Scheduling under Base and Additional Fees, with Applications to Mixed-Criticality Scheduling
Data Structures and Algorithms
Saves time by organizing jobs on machines better.
Refining the Complexity Landscape of Speed Scaling: Hardness and Algorithms
Data Structures and Algorithms
Makes computers finish jobs faster and use less power.