Host of all major minisat versions with minimal fixes.
| core | ||
| mtl | ||
| simp | ||
| .gitignore | ||
| LICENSE | ||
| README | ||
Directory overview:
==================
mtl/ Mini Template Library
core/ A core version of the solver
simp/ An extended solver with simplification capabilities
README
LICENSE
To build (release version: without assertions, statically linked, etc):
======================================================================
cd { core | simp }
gmake rs
Usage:
======
TODO