semiexp / csugar

Reimplementation of Sugar CSP solver in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

csugar

Reimplementation of Sugar CSP solver in C++

How to build

CMake is required to build csugar.

$ git clone https://github.com/semiexp/csugar.git
$ cd csugar
$ mkdir build
$ cd build

$ cmake -DCMAKE_BUILD_TYPE=Release .. && make
# To use Glucose backend, use the following command instead:
$ cmake -DCMAKE_BUILD_TYPE=Release -DUSE_GLUCOSE=1 .. && make

# Optional: installing Python binding
$ pip install .

About

Reimplementation of Sugar CSP solver in C++

License:Other


Languages

Language:C++ 96.6%Language:CMake 3.0%Language:C 0.2%Language:Python 0.2%