News

Pure python geometric constraint solver import gcs See gcs/solve_elements.py for a description of the mechanics behind this package. Essentially, gcs implements a constraint solver that breaks a ...
A simple pure python backtracking based constraint satisfaction solver. The code borrows from: 2018 David Kopec, Classic Computer Science Problems in Python: Chapter 3 A large number of problems that ...
Lately, I've become interested in integer factorization and have been playing with constraint solvers. I started out with minion but quickly became frustrated. Minion does not support nesting of ...