Home

Awesome

perl-csp

Constraint Satisfaction Problem (CSP) algorithms Implementation using Perl

In this project I will be trying to implement Constraint Satisfaction Problem (CSP) algorithms. Initally I am working on Backtracking, Backjumping and Backmarking alogorithms. I will try to solve some of the logic puzzle like N-Queen and Zebra problem and later will try to introduce some asynchronous backtracking techniques for solving some real time scheduling problems.

I am using new version of PDL for manipulating N-dimensional arrays.