pythonik / Nonogram-game-solver

Artificial Intelligence project for fun, implements classic CSP algorithm to solve puzzles
2 stars 0 forks source link

Papers of the implementations ? #1

Open gaoyuankidult opened 7 years ago

gaoyuankidult commented 7 years ago

Hi, Pythonik

It is really nice code you provided here. Could you tell me that based on which papers you implemented "Constraint propagation" and "Constraint propagation with heuristic" ?

Thanks for your time and consideration on this matter.

Best,

pythonik commented 7 years ago

Hi Yuan, I did not follow any paper. If I recall correctly, I read the general concept of Constraint propagation from textbook and online. Happy Hacking

On Mon, Jan 9, 2017 at 3:09 AM, Gao Yuan notifications@github.com wrote:

Hi, Pythonik

It is really nice code you provided here. Could you tell me that based on which papers you implemented "Constraint propagation" and "Constraint propagation with heuristic" ?

Thanks for your time and consideration on this matter.

Best,

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pythonik/Nonogram-game-solver/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AFV0sFMguLPQJWiE3pPIvw-0Yv-dLJ0yks5rQflbgaJpZM4LeDW3 .

gaoyuankidult commented 7 years ago

Thanks for the help!

Best,