Exact Algorithms With Worst-case Guarantee For Scheduling: From Theory to Practice

12/06/2017
by   Lei Shang, et al.
0

This PhD thesis summarizes research works on the design of exact algorithms that provide a worst-case (time or space) guarantee for NP-hard scheduling problems. Both theoretical and practical aspects are considered with three main results reported. The first one is about a Dynamic Programming algorithm which solves the F3Cmax problem in O*(3^n) time and space. The algorithm is easily generalized to other flowshop problems and single machine scheduling problems. The second contribution is about a search tree method called Branch & Merge which solves the 1||SumTi problem with the time complexity converging to O*(2^n) and in polynomial space. Our third contribution aims to improve the practical efficiency of exact search tree algorithms solving scheduling problems. First we realized that a better way to implement the idea of Branch & Merge is to use a technique called Memorization. By the finding of a new algorithmic paradox and the implementation of a memory cleaning strategy, the method succeeded to solve instances with 300 more jobs with respect to the state-of-the-art algorithm for the 1||SumTi problem. Then the treatment is extended to another three problems 1|ri|SumCi, 1|dtilde|SumwiCi and F2||SumCi. The results of the four problems all together show the power of the Memorization paradigm when applied on sequencing problems. We name it Branch & Memorize to promote a systematic consideration of Memorization as an essential building block in branching algorithms like Branch and Bound. The method can surely also be used to solve other problems, which are not necessarily scheduling problems.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
03/17/2021

Compact enumeration for scheduling one machine

A strongly NP-hard scheduling problem in which non-simultaneously releas...
research
09/12/2016

Dilemma First Search for Effortless Optimization of NP-Hard Problems

To tackle the exponentiality associated with NP-hard problems, two parad...
research
09/11/2018

A new exact algorithm for solving single machine scheduling problems with learning effects and deteriorating jobs

In this paper, the single machine scheduling problem with deteriorating ...
research
03/21/2019

An empirical analysis of exact algorithms for the unbounded knapsack problem

This work presents an empirical analysis of exact algorithms for the unb...
research
01/21/2019

Analyzing Branch-and-Bound Algorithms for the Multiprocessor Scheduling Problem

The Multiprocessor Scheduling Problem (MSP) is an NP-Complete problem wi...
research
01/23/2014

An Enhanced Branch-and-bound Algorithm for the Talent Scheduling Problem

The talent scheduling problem is a simplified version of the real-world ...
research
04/04/2023

Connected and Autonomous Vehicle Scheduling Problems: Some Models and Algorithms

In this paper, we consider scheduling problems that arise in connected a...

Please sign up or login with your details

Forgot password? Click here to reset