During my PhD, I contributed to the development of the constraint programming solver Mistral-2.0, an open-source C++ library released under the GNU General Public License and available on GitHub. Mistral implements a broad range of arithmetic and logical primitive constraints, as well as several global constraints such as AllDifferent, Linear Equalities, and Element. It also provides standard search strategies and heuristics, including Restarts, Weighted Degree, and Activity-Based Search. The solver won multiple awards in the XCSP constraint programming competition and the minizinc challenge