Skip to content

crillab/panoramyx

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published