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.

24 lines
833 B

  1. ================================================================================
  2. DIRECTORY OVERVIEW:
  3. mtl/ Mini Template Library
  4. utils/ Generic helper code (I/O, Parsing, CPU-time, etc)
  5. core/ A core version of the solver
  6. simp/ An extended solver with simplification capabilities
  7. README
  8. LICENSE
  9. ================================================================================
  10. BUILDING: (release version: without assertions, statically linked, etc)
  11. export MROOT=<minisat-dir> (or setenv in cshell)
  12. cd { core | simp }
  13. gmake rs
  14. cp minisat_static <install-dir>/minisat
  15. ================================================================================
  16. EXAMPLES:
  17. Run minisat with same heuristics as version 2.0:
  18. > minisat <cnf-file> -no-luby -rinc=1.5 -phase-saving=0 -rnd-freq=0.02