Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

prooftrans(1) [debian man page]

PROOFTRANS(1)						      General Commands Manual						     PROOFTRANS(1)

NAME
prooftrans - tool for transforming Prover9 proofs SYNOPSIS
prooftrans [parents_only] [expand] [renumber] [striplabels] [-f file] prooftrans xml [expand] [renumber] [striplabels] [-f file] prooftrans ivy [renumber] [-f file] prooftrans hints [-label label] [expand] [striplabels] [-f file] prooftrans tagged [-f file] DESCRIPTION
This manual page documents briefly the prooftrans command. prooftrans can extract proofs from prover9(1) output files and transform them in various ways. OPTIONS
A summary of options is included below. renumber Renumber steps. parents_only Simplify justifications by listing only parents. expand Expand all steps, turning secondary justifications into explicit steps. xml Produce proofs in XML. ivy Produce proofs for checking by the IVY proof checker. hints Produce hints for guiding subsequent searches. tagged Produce proofs in a structured tagged format. -label label Attach label attributes to the hint clauses consisting of the string label and a sequence number generated by prooftrans. -f file Take input from file instead of from standard input. SEE ALSO
prover9(1). Full documentation for prooftrans 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
prooftrans 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 PROOFTRANS(1)

Check Out this Related Man Page

INTERPFILTER(1) 					      General Commands Manual						   INTERPFILTER(1)

NAME
interpfilter - filter models with formulas SYNOPSIS
interpfilter <formulas-file> <test> < <interpretations-file> > <passing-interpretations-file> DESCRIPTION
This manual page documents briefly the interpfilter command. Given a set of formulas, a test to perform, and a stream of interpretations, interpfilter outputs the interpretations that pass the test. TESTS
The following tests are available. all_true All formulas true in given interpretation. some_true Some formula true in given interpretation. all_false All formulas false in given interpretation. some_false Some formula false in given interpretation. SEE ALSO
prover9(1), mace4(1). Full documentation for interpfilter 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
interpfilter 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 INTERPFILTER(1)
Man Page

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

awk number rows from 1 to 3 in file

I have a file with the following format, i need to change de field9 each 3 rows to renumber field9 with gpo1, gpo2, gpo3. I need to use awk Original file field1 field2 field3 field4 field5 field6 field7 field8 gpo3 field1 field2 field3 field4 field5 ... (3 Replies)
Discussion started by: robonet
3 Replies

2. Programming

Sum a number in different ways.

Hello, I need some help to correct my algorithm steps to sum a number. I am confused... please input some steps Example: Let's say a number 5. Now we can get a list of numbers: 1, 2, 3, 4 (less than 5 in sorted order). so the sum could be: 1+4; 2+3 ( 1+1+1+1+1 or 1+2+2 is not a solution). ... (1 Reply)
Discussion started by: sureshcisco
1 Replies

3. Shell Programming and Scripting

Remove line containing string and renumber

Hello, I have some files in a directory and a short list of strings. I want to loop through the files and remove lines containing the string and renumber. There are some issues. The first is the strings that can contain troublesome characters like single quotes and parenthesis. Here is one... (12 Replies)
Discussion started by: LMHmedchem
12 Replies