Skip to content

cashpipeplusplus/minisat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

309 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

================================================================================
Quick Install:

- Generate the makefile.

  > cmake CMakeLists.txt

- Compile the source.

  > make

- Decide where to install the files. The simplest approach is to use
  GNU standard locations and just set a "prefix" for the root install
  directory (referred to as $PREFIX below).

  > make DESTDIR=$PREFIX install

================================================================================
Directory Overview:

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

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

About

A minimalistic and high-performance SAT solver

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C++ 97.8%
  • CMake 1.3%
  • C 0.9%