Arc Consistency - PowerPoint PPT Presentation

About This Presentation
Title:

Arc Consistency

Description:

Title: G5BAIP Artificial Intelligence Programming Author: rxq Last modified by: rxq Created Date: 7/3/2006 9:58:16 AM Document presentation format – PowerPoint PPT presentation

Number of Views:22
Avg rating:3.0/5.0
Slides: 2
Provided by: rxq8
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