Opportunistic Specialization in Russian Doll Search

  • Authors:
  • Pedro Meseguer;Martí Sánchez;Gérard Verfaillie

  • Affiliations:
  • -;-;-

  • Venue:
  • CP '02 Proceedings of the 8th International Conference on Principles and Practice of Constraint Programming
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

Russian Doll Search (RDS) is a clever procedure to solve overconstrainedpro blems. RDS solves a sequence of nested subproblems, each including one more variable than the previous, until the whole problem is solved. Specialized RDS (SRDS) solves each subproblem for every value of the new variable. SRDS lower boundi s better than RDS lower bound, causing a higher efficiency. A natural extension is Full Specialized RDS (FSRDS), which solves each subproblem for every value of every variable. Although FSRDS lower boundi s better than the SRDS one, the extra work performedb y FSRDS renders it inefficient. However, much of the useless work can be avoided. With this aim, we present Opportunistic Specialization in RDS (OSRDS), an algorithm that lies between SRDS and FSRDS. In addition to specialize the values of one variable, OSRDS specializes some values of other variables that look promising to increase the lower boundi n the current distribution of inconsistency counts. Experimental results on random and real problems show the benefits of this approach.