aimacode / aima-java

Java implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backjumping algorithm implementation

ThuriyaThwin opened this issue · comments

Need to add algorithms in aima-csp solver with java.

I am using aima csp solver in my project.But,I need an implementation of Backjumping algorithm with aima java.I have read the AIMA book and the book says Backjumping algorithm can be implemented by with a little modification of Backtracking algorithm.But,I don't see.So,let's develop aima csp solver better by adding backjumping algorithm.

Thanks,
Rgd,
Thwin