Filter models with formulas
interpfilter <formulas-file> <test> < <interpretations-file> > <passing-interpretations-file>
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.
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.
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.
interpfilter was written by William McCune <[email protected]>
This manual page was written by Peter Collingbourne <[email protected]>, for the Debian project (but may be used by others).