wujunzero / ipasir

The Standard Interface for Incremental Satisfiability Solving

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ipasir.h          reentrant incremental sat solver API (reverse)

makefile          with goals 'all' and 'clean'

scripts/mkone.sh  produces one combination of an application and a SAT solver
scripts/mkall.sh  produces all combinations
scripts/mkcln.sh  cleans up everything

app               application directory
sat               SAT solver directory
bin               binaries of all combinations

sat/README        explains the SAT solver directory
app/README        explains the apps directory

LICENSE           generic license for parts of this software not
                  explicitly covered by its own license restrictions,
                  which can be found in the corresponding LICENSE or
                  COPYRIGHT file in a sub directory or in a distribution
                  package, such as in an included tar or zip file

About

The Standard Interface for Incremental Satisfiability Solving

License:Other


Languages

Language:C++ 79.1%Language:CMake 12.6%Language:Makefile 3.6%Language:C 1.9%Language:Jupyter Notebook 1.7%Language:Shell 1.1%