You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Tom 9346bcdf63 implemented basics 5 years ago
..
core implemented basics 5 years ago
doc implemented basics 5 years ago
mtl implemented basics 5 years ago
simp implemented basics 5 years ago
utils implemented basics 5 years ago
LICENSE implemented basics 5 years ago
README implemented basics 5 years ago

README

================================================================================
DIRECTORY OVERVIEW:

mtl/ Mini Template Library
utils/ Generic helper code (I/O, Parsing, CPU-time, etc)
core/ A core version of the solver
simp/ An extended solver with simplification capabilities
README
LICENSE

================================================================================
BUILDING: (release version: without assertions, statically linked, etc)

export MROOT=<minisat-dir> (or setenv in cshell)
cd { core | simp }
gmake rs
cp minisat_static <install-dir>/minisat

================================================================================
EXAMPLES:

Run minisat with same heuristics as version 2.0:

> minisat <cnf-file> -no-luby -rinc=1.5 -phase-saving=0 -rnd-freq=0.02