Constraint Programming in Perl 6

Laurent Rosenfeld — 20 minutes 🦋

Setting up a very basic and experimental constraint propagation programming model in Perl 6 for solving a very easy task that could be solved in a number of simpler ways. Yet, it could be the basis for a generic solving method. In the end, you pass to a program a plain math formula and some numerical values for the variables, and the program can solve it for you and find the missing values.



Talk tags
Constraint programming Perl 6
Perl versions
🦋 Perl 6
Target audience
Intermediate
Category
Perl 6 programming
Talk duration
20 minutes
Talk status
accepted
Related links

https://github.com/LaurentRosenfeld/Perl-6-Miscellaneous/blob/master/Talks/English/Constraint_progr...