File: README

package info (click to toggle)
minisat2 070721-5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 232 kB
  • ctags: 503
  • sloc: cpp: 2,323; ansic: 81; makefile: 60
file content (19 lines) | stat: -rw-r--r-- 400 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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