Skip to content
/ perl-csp Public

Perl implementation of Constraint Satisfaction Problem (CSP) Algorithms

License

Notifications You must be signed in to change notification settings

ppant/perl-csp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Perl implementation of Constraint Satisfaction Problem (CSP) Algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages