This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/bee/minisat-2.0.2
Vitor Santos Costa 16015bd8e6 bee
2019-04-22 12:15:21 +01:00
..
core bee 2019-04-22 12:15:21 +01:00
doc bee 2019-04-22 12:15:21 +01:00
mtl bee 2019-04-22 12:15:21 +01:00
simp bee 2019-04-22 12:15:21 +01:00
utils bee 2019-04-22 12:15:21 +01:00
LICENSE bee 2019-04-22 12:15:21 +01:00
README bee 2019-04-22 12:15:21 +01:00

================================================================================
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