sambitdash / AIMACore.jl

Core libraries abstractions of the book "Artificial Intelligence - A Modern Approach". This is not the official code repository for the book.
Other
2 stars 6 forks source link

Chapter 6 - Implement the CSP Algorithms #6

Open sambitdash opened 6 years ago

sambitdash commented 6 years ago

Implement the following algorithms

  1. AC-3
  2. Backtracking Search
  3. Min-conflicts
  4. Tree CSP Solver

Implement the sample code in AIMASamples.

avik-pal commented 6 years ago

I am willing to take up this issue