8000 GitHub - domschrei/kissat
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

domschrei/kissat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a fork of Kissat. It extends the C interface of Kissat by several functions which are needed for its integration into Mallob.
Notably, the new interface features redundant clause export and import, fetching basic statistics, and setting initial variable phases.
See src/kissat.h for the additions to the interface.

The original README of Kissat follows.


License: MIT Build Status

The Kissat SAT Solver

Kissat is a "keep it simple and clean bare metal SAT solver" written in C. It is a port of CaDiCaL back to C with improved data structures, better scheduling of inprocessing and optimized algorithms and implementation.

Coincidentally "kissat" also means "cats" in Finnish.

Run ./configure && make test to configure, build and test in build.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 98.6%
  • Shell 1.4%
0