Skip to content
forked from biotomas/ipasir

The Standard Interface for Incremental Satisfiability Solving

License

Notifications You must be signed in to change notification settings

clausecker/ipasir

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

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