top of page
Search

Solving CSPs Using Search

  • Writer: DR.GEEK
    DR.GEEK
  • Apr 30, 2020
  • 1 min read

(30th-April-2020)


• Generate-and-test algorithms assign values to all variables before checking the constraints. Because individual constraints only involve a subset of the variables, some constraints can be tested before all of the variables have been assigned values. If a partial assignment is inconsistent with a constraint, any complete assignment that extends the partial assignment will also be inconsistent.



 
 
 

Comentarios


© 2023 by Walkaway. Proudly created with Wix.com

  • Facebook Black Round
  • Twitter Black Round
bottom of page