Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 821 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 821 Bytes

Build Status Build Status

Originally imported from http://fmv.jku.at/picosat/

picosat

PicoSAT - A boolean satisfiablity solver

Compilation using configure

These are the sources of the PicoSAT solver. The preprocessor is not included. To compile run './configure && make'. The API is document in 'picosat.h'. See also 'NEWS' and 'LICENSE'.

Compilation using biicode

With biicode compilation is made very easy. Basiically, just get the biicode block or integrate the block into your application and type bii build. Please have a look at https://www.biicode.com/ for detailed information.