NuCS 6.1.1 is out

Hello,

NuCS (GitHub - yangeorget/nucs: NuCS is a Python constraint programming library for solving Constraint Satisfaction and Optimization Problems over finite domains) is a constraint solving library over integers leveraging Numpy and Numba.
This library is 100% written in Python, which is not the case with other Python constraint solvers that often include a C or Java constraint solver.
Despite this, NUCS is very fast.

NuCS had to become a Github private project for a few months, losing a bit of visibility.

NuCS is now public again. The version 6.1.1 has just been released.

Because of this blackout period, NuCS has lost all its Github stars … This is very bad news for an open-source project. If you wish to star it (again), it could be very useful.

Thank you,
Yan
NuCS github repository: GitHub - yangeorget/nucs: NuCS is a Python constraint programming library for solving Constraint Satisfaction and Optimization Problems over finite domains

1 Like