Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

prover9(1) [debian man page]

PROVER9(1)						      General Commands Manual							PROVER9(1)

NAME
prover9 - resolution/paramodulation theorem prover SYNOPSIS
prover9 [options] < input-file > output-file prover9 [options] -f input-file > output-file DESCRIPTION
This manual page documents briefly the prover9 command. prover9 is an automated theorem prover for first-order and equational logic. It is a successor of the otter(1) prover. prover9 uses the inference techniques of ordered resolution and paramodulation with literal selection. OPTIONS
A summary of options is included below. -h View a list of command-line options. -x Enables an experimental enhanced auto-mode. For more information consult the prover9 manual. -p Fully parenthesize output. -t n Constrain the search to last about n seconds. For UNIX-like systems, the `user CPU' time is used. -f file Take input from file instead of from standard input. SEE ALSO
mace4(1), otter(1). On Debian systems, the manual is found in the prover9-doc package, at /usr/share/doc/prover9-doc/manual/index.html. AUTHOR
prover9 was written by William McCune <mccune@cs.unm.edu> This manual page was written by Peter Collingbourne <peter@pcc.me.uk>, for the Debian project (but may be used by others). August 12, 2007 PROVER9(1)

Check Out this Related Man Page

ISOFILTER(1)						      General Commands Manual						      ISOFILTER(1)

NAME
isofilter - removes isomorphic structures from mace4(1) models SYNOPSIS
isofilter [options] < input-file > output-file isofilter0 [options] < input-file > output-file isofilter2 [options] < input-file > output-file DESCRIPTION
This manual page documents briefly the isofilter, isofilter0 and isofilter2 commands. If mace4(1) produces more than one structure, some of them are very likely to be isomorphic to others. The program isofilter can be used to remove isomorphic structures. ALGORITHM
There are multiple isofilter variants providing alternative algorithms. isofilter Uses Occurrence Profiles algorithm. isofilter2 Uses Canonical Forms algorithm. OPTIONS
A summary of options is included below. ignore_constants Ignore all constants during the isomorphism tests. check <operations> Consider only the listed operations in the isomorphism tests. output <operations> Output only the listed operations. wrap Enclose the resulting structures in list(interpretations). ... end_of_list. SEE ALSO
mace4(1). Full documentation for isofilter is found in the prover9 manual, available on Debian systems in the prover9-doc package at /usr/share/doc/prover9-doc/manual/index.html. AUTHOR
isofilter was written by William McCune <mccune@cs.unm.edu> This manual page was written by Peter Collingbourne <peter@pcc.me.uk>, for the Debian project (but may be used by others). January 20, 2007 ISOFILTER(1)
Man Page