minisat/README

19 lines
400 B
Text

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