Panoramyx is a C++ framework for solving constraint programming problems in parallel.
For a list of dependencies, please refer to vcpkg.json.
This library is designed for simplified use in projects using CMake and vcpkg.
git clone https://github.com/crillab/panoramyx
cd panoramyx
cmake -S . -B build -DCMAKE_TOOLCHAIN_FILE="<vcpkg_root>/scripts/buildsystems/vcpkg.cmake"
cmake --build buildWith vcpkg_root is the path to your vcpkg install folder.