Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 686 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 686 Bytes

Fuzzy SAT

CircleCI

Build

Clone the repository and all the submodules:

$ git clone https://github.com/season-lab/fuzzy-sat 
$ cd fuzzy-sat
$ git submodule update --init --recursive

Build the library using cmake:

$ cd path/to/build/dir
$ cmake -DCMAKE_BUILD_TYPE=Release path/to/fuzzy-sat/source
$ make

It will build our fork of z3, the FuzzySAT library, and the command-line tools.

How to use

See https://season-lab.github.io/fuzzolic/usage.html#fuzzy-sat.