Arc Consistency - PowerPoint PPT Presentation

1 / 1
About This Presentation
Title:

Arc Consistency

Description:

Construct the constraint list Q. REPEAT. Changed False; FOR each item in Q ... Dx if they are not compatible with Dy; D may be reduced (arc consistency on {x,y} ... – PowerPoint PPT presentation

Number of Views:73
Avg rating:3.0/5.0
Slides: 2
Provided by: rxq
Category:

less

Transcript and Presenter's Notes

Title: Arc Consistency


1
Arc Consistency AC-1
// D domains, C constraints -
Foundations of CS, Tsang, 2003
// D may be reduced // constraints in the
problem // Revise deletes all values from Dx
if they are not compatible with Dy D may be
reduced (arc consistency on x,y)
  • PROCEDURE AC-1(Z, D, C)
  • BEGIN
  • Achieve node consistency
  • Construct the constraint list Q
  • REPEAT
  • Changed ? False
  • FOR each item in Q
  • Changed ? (Revise(x?y, (Z,D,C))
  • OR Changed)
  • UNTIL NOT Changed
  • Return (Z, D, C)
  • END
Write a Comment
User Comments (0)
About PowerShow.com