CL-SAT instance to Glucose state-of-the-art SAT solver.
See [[https://github.com/guicho271828/cl-sat][cl-sat]] for details.
This downloads the later 2014 version (2nd in the competition) from http://www.labri.fr/perso/lsimon/glucose/.
** Usage
See also: https://github.com/guicho271828/cl-sat
(cl-sat:solve '(and (or a b) (or a !b c)) :glucose) ;; -> ;; (C A) ;; T ;; T
** Dependencies
Requires cURL and Make to download & build the binary.
This library is at least tested on implementation listed below:
Also, it depends on the following libraries:
trivia by Masataro Asai :: NON-optimized pattern matcher compatible with OPTIMA, with extensible optimizer interface and clean codebase
alexandria by :: Alexandria is a collection of portable public domain utilities.
iterate by :: Jonathan Amsterdam's iterator/gatherer/accumulator facility
cl-sat ::
** Installation
** Author
Masataro Asai (guicho2.71828@gmail.com)
Copyright
Copyright (c) 2016 Masataro Asai (guicho2.71828@gmail.com)
Licensed under the LLGPL License.