OTTER Quick Start Tutorial

  1. Getting started
    1. Obtaining OTTER
    2. Always run from the UNIX command prompt:
        otter < [INPUT FILE] > [OUTPUT FILE]
    3. Input File skeleton:
          % Comment
          set(auto).
      
          formula_list(usable).
      
            % All well-formed formulas go here
      
          end_of_list.
      
    4. Be sure to end each line with a period

  2. Syntax
  3. What OTTER outputs