Previous Up Next

3  The Kettle Theorem Prover

3.1  The Input Language

Kettle supports goals written either in the CVS syntax, or in the LF syntax. In lieu of a documentation, you can start by looking at examples in the test/uninterpreted directory. You can find examples of LF inputs in the files with extension .p, and examples of CVC input are in files with the extension .cvc.

3.2  Command Line Options

Kettle must be invoked with the names of the files containg goals to prove. Additionally, Kettle supports the following command line options:
Previous Up Next