Scroll to navigation

PICOSAT(1) General Commands Manual PICOSAT(1)

NAME

picosat - SAT solver with proof and core support

SYNOPSIS

picosat [options] input-file

DESCRIPTION

This manual page documents briefly the picosat command.

picosat is a SAT solver with proof and core capabilities. Use the picosat.trace binary to actually use these capabilities (these incur some overhead).

OPTIONS

-h Show summary of options.

print version and exit
print build configuration and exit
enable verbose output
ignore invalid header
do not print satisfying assignment
print formula in DIMACS format and exit
force FALSE respectively TRUE as default phase
start with an assumption
set decision limit
set random number generator seed
set output file
generate compact proof trace file (use picosat.trace, see above).
generate extended proof trace file (use picosat.trace, see above).
generate reverse unit propagation proof file (use picosat.trace, see above).
generate clausal core file in DIMACS format (use picosat.trace, see above).
generate file listing core variables
generate file listing used variables

AUTHOR

picosat was written by Armin Biere <biere@jku.at>.

This manual page was written by Michael Tautschnig <mt@debian.org>, for the Debian project (but may be used by others).

February 5, 2010