Host of all major minisat versions with minimal fixes.
Find a file
2024-08-09 15:25:42 +02:00
core add unpatched version of 2.0 source 2024-08-09 15:25:42 +02:00
mtl add unpatched version of 2.0 source 2024-08-09 15:25:42 +02:00
simp add unpatched version of 2.0 source 2024-08-09 15:25:42 +02:00
.gitignore initial commit 2024-08-09 15:17:14 +02:00
LICENSE add unpatched version of 2.0 source 2024-08-09 15:25:42 +02:00
README add unpatched version of 2.0 source 2024-08-09 15:25:42 +02:00

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