Main Page | Namespace List | Class Hierarchy | Compound List | File List | Compound Members | File Members | Related Pages

Output.hpp File Reference

#include "Formula.hpp"

Go to the source code of this file.

Compounds

class  KIFOutput
class  LaTeXOutput
class  NativeOutput
class  Output
class  TPTPOutput
class  XMLOutput

Enumerations

enum  OutputSyntax {
  TPTP = 0, NATIVE = 1, KIF = 2, XML = 3,
  LATEX = 4
}

Functions

ostream & operator<< (ostream &, const Formula &)


Enumeration Type Documentation

enum OutputSyntax
 

Output syntax of Vampire. The following kinds are available:

  • tptp: the TPTP syntax, not implemented.
  • kif the KIF XML-style syntax.
  • native the native syntax, not implemented.
  • xml the XML syntax.
  • latex the LaTeX syntax, can be used to generate LaTeX files.
They can be set using the output_syntax option in the command line.
Enumeration values:
TPTP 
NATIVE 
KIF 
XML 
LATEX 


Function Documentation

ostream& operator<< ostream &  ,
const Formula
 


Generated on Sat Jun 28 15:08:58 2003 for Vampire by doxygen 1.3.2