Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

interpfilter(1) [debian 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)

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

We Also Found This Discussion For You

1. Shell Programming and Scripting

Extracting values from files

Im trying to create a utility that can do unit conversions using a seperate formula file(one which i can add conversions to at a later date). however i'm stuck when it comes to pulling the formulas out of the formula file for use in the script. heres a rundown of what the script does. The... (4 Replies)
Discussion started by: Master Error
4 Replies