Solving a puzzle with constraint programming
Constraint programming can get some getting used to. In the usual programming frame of mind (whether with functional or imperative languages) you think of the algorithm and specify to the computer, via your code, exactly what steps to go through in order to solve the problem. With constraint programming, you don’t tell the computer what …
Continue reading ‘Solving a puzzle with constraint programming’ »