Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.45 KB

README.md

File metadata and controls

54 lines (33 loc) · 1.45 KB

Panoramyx - Programming pArallel coNstraint sOlveRs mAde aMazingly easY

License: LGPL v3Build Status

Description

Panoramyx is a C++ framework for solving constraint programming problems in parallel.

Building from sources

Dependencies

For a list of dependencies, please refer to vcpkg.json.

Build

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 build

With vcpkg_root is the path to your vcpkg install folder.