Skip to content

Research-Tools-PAVT/fuzzy-sat

 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • C 82.5%
  • Python 14.2%
  • Shell 2.3%
  • Other 1.0%