Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 405 Bytes

File metadata and controls

12 lines (9 loc) · 405 Bytes

Cryptarithmetic Solver

CSP solver for the Volkskrant breinbrekers

Constraint Satisfaction Problem (CSP) is a mathematical framework where a set of variables must be assigned values while satisfying specific constraints.

Installation

Clone this repository and ensure you have Python installed:

git clone git@github.com:tvosch/cryptarithmetic_solver.git
cd cryptarithmetic_solver