Intelligent Backtracking Techniques for Job Shop Scheduling - Robotics Institute Carnegie Mellon University

Intelligent Backtracking Techniques for Job Shop Scheduling

Yalin Xiong, Katia Sycara, and Norman Sadeh-Koniecpol
Conference Paper, Proceedings of 3rd International Conference on Principles of Knowledge Representation and Reasoning (KR '92), pp. 14 - 23, October, 1992

Abstract

This paper studies a version of the job shop scheduling problem in which some operations have to be scheduled within non-relaxable time windows (i.e. earliest/latest possible start time windows). This problem is a well-known NP-complete Constraint Satisfaction Problem (CSP). A popular method for solving these types of problems consists in using depth-first backtrack search. Our earlier work focused on developing efficient consistency enforcing techniques and efficient variable/value ordering heuristics to improve the efficiency of this procedure. In this paper, we combine these techniques with new look-back schemes that help the search procedure recover from so-called deadend search states (i.e. partial solutions that cannot be completed without violating some constraints). More specifically, we successively describe three intelligent backtracking schemes: Dynamic Consistency Enforcement dynamically enforces higher levels of consistency in selected critical subproblems, Learning From Failure dynamically modifies the order in which variables are instantiated based on earlier conflicts, and Heuristic Backjumping gives up searching areas of the search space that appear too difficult. These schemes are shown to (1) further reduce the average complexity of the search procedure, (2) enable our system to efficiently solve problems that could not be solved otherwise due to excessive computational cost, and (3) be more effective at solving job shop scheduling problems than other look-back schemes advocated in the literature.

BibTeX

@conference{Xiong-1992-13418,
author = {Yalin Xiong and Katia Sycara and Norman Sadeh-Koniecpol},
title = {Intelligent Backtracking Techniques for Job Shop Scheduling},
booktitle = {Proceedings of 3rd International Conference on Principles of Knowledge Representation and Reasoning (KR '92)},
year = {1992},
month = {October},
pages = {14 - 23},
}