Backtracking Techniques for Hard Scheduling Problems

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 this type 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 search 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 identifies critical subproblems and determines how far to backtrack by selectively enforcing higher levels of consistency among variables participating in these 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 further reduce the average complexity of the search procedure, enable our system to efficiently solve problems that could not be solved otherwise due to excessive computational cost, and be more effective it solving job.

Open PDF

Document Details

Document Type
Technical Report
Publication Date
Jan 01, 1993
Accession Number
ADA277992

Entities

People

  • Katia Sycara
  • Norman Sadeh
  • Yalin Xiong

Organizations

  • Carnegie Mellon University

Tags

Communities of Interest

  • Autonomy
  • Materials and Manufacturing Processes
  • Space

DTIC Thesaurus Topics

  • Algorithms
  • Artificial Intelligence
  • Computational Complexity
  • Computer Programming
  • Computer Science
  • Computers
  • Consistency
  • Deep Learning
  • Efficiency
  • Expert Systems
  • Job Shop Scheduling
  • Learning
  • Lisp Programming Language
  • Operations Research
  • Robotics
  • Scheduling (Production)
  • Time Intervals

Fields of Study

  • Computer science

Readers

  • Operations Research

Technology Areas

  • Space