DOKK / manpages / debian 10 / prover9 / interpformat.1.en
INTERPFORMAT(1) General Commands Manual INTERPFORMAT(1)

interpformat - tool for transforming mace4(1) models

interpformat [options] <transformation> -f input-file > output-file
interpformat [options] <transformation> < input-file > output-file

The models (structures) in mace4(1) output files can be transformed in various ways with the program interpformat.

The transformations are listed here.

one line per operation
standard, with binary operations in a square (default)
list of lists, suitable for parsing by Python, GAP, etc.
as nice tables
similar to standard, but without punctuation
as terms, e.g., f(0,1)=2
formatted for LaTeX
XML

A summary of options is included below.

Output only the listed operations.
Enclose output in list(interpretations).

mace4(1).
Full documentation for interpformat is found in the prover9 manual, available on Debian systems in the prover9-doc package at /usr/share/doc/prover9-doc/manual/index.html.

interpformat 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