fix minisat compile on modern c++ compilers
[cl-satwrap.git] / backends / minisat / README
blobe1b79329b06d17f621ed18912ccf3d836901613f
1 Directory overview:
2 ==================
4 mtl/            Mini Template Library
5 core/           A core version of the solver
6 simp/           An extended solver with simplification capabilities
7 README
8 LICENSE
10 To build (release version: without assertions, statically linked, etc):
11 ======================================================================
13 cd { core | simp }
14 gmake rs
16 Usage:
17 ======
19 TODO