Object/Class

at.logic.gapt.formats.tptp

TPTPHOLExporter

Related Docs: class TPTPHOLExporter | package tptp

Permalink

object TPTPHOLExporter extends TPTPHOLExporter

Created by marty on 12/10/13.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TPTPHOLExporter
  2. TPTPHOLExporter
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type CNameMap = Map[Const, String]

    Permalink
    Definition Classes
    TPTPHOLExporter
  2. type NameMap = Map[Var, String]

    Permalink
    Definition Classes
    TPTPHOLExporter

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def appendPostfix(str: String, l: List[String]): String

    Permalink
    Definition Classes
    TPTPHOLExporter
  5. def apply(l: List[HOLSequent], positive: Boolean = false): String

    Permalink
    Definition Classes
    TPTPHOLExporter
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def closedFormula(fs: HOLSequent): HOLFormula

    Permalink
    Definition Classes
    TPTPHOLExporter
  9. def createFormula(f: LambdaExpression, map: Map[Var, String]): String

    Permalink
    Definition Classes
    TPTPHOLExporter
  10. def createNamesFromConst(l: List[Const]): CNameMap

    Permalink
    Definition Classes
    TPTPHOLExporter
  11. def createNamesFromSequent(l: List[HOLSequent]): (List[Var], NameMap, List[Const], CNameMap)

    Permalink
    Definition Classes
    TPTPHOLExporter
  12. def createNamesFromVar(l: List[Var]): NameMap

    Permalink
    Definition Classes
    TPTPHOLExporter
  13. val emptyCNameMap: Map[Const, String]

    Permalink
    Definition Classes
    TPTPHOLExporter
  14. val emptyNameMap: Map[Var, String]

    Permalink
    Definition Classes
    TPTPHOLExporter
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def getConsts(t: LambdaExpression, set: Set[Const]): Set[Const]

    Permalink
    Definition Classes
    TPTPHOLExporter
  20. def getTypeString(t: TA, outer: Boolean): String

    Permalink
    Definition Classes
    TPTPHOLExporter
  21. def getTypeString(t: TA): String

    Permalink
    Definition Classes
    TPTPHOLExporter
  22. def getVars(t: LambdaExpression, set: Set[Var]): Set[Var]

    Permalink

    extract all variables, bound and free

    extract all variables, bound and free

    Definition Classes
    TPTPHOLExporter
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def mkConstName(str: String, map: CNameMap): String

    Permalink
    Definition Classes
    TPTPHOLExporter
  26. def mkVarName(str: String, map: Map[Var, String]): String

    Permalink
    Definition Classes
    TPTPHOLExporter
  27. val nLine: String

    Permalink

    Exports the given FSequent list to the THF fragment of TPTP.

    Exports the given FSequent list to the THF fragment of TPTP. The default behavior of the exporter expects a sequent list in a negative context, i.e. it will encode the refutation of the arguments.

    Definition Classes
    TPTPHOLExporter
    Note

    In contrast to prover9, for multiple conjectures, each of them has to be proved.

  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. def printStatistics(vnames: NameMap, cnames: CNameMap): Unit

    Permalink
    Definition Classes
    TPTPHOLExporter
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def thf_formula(f: LambdaExpression, vmap: NameMap, cmap: CNameMap, outermost: Boolean = false): String

    Permalink
    Definition Classes
    TPTPHOLExporter
  34. def thf_formula_dec(i: Int, f: HOLFormula, vmap: NameMap, cmap: CNameMap): String

    Permalink
    Definition Classes
    TPTPHOLExporter
  35. def thf_negformula_dec(i: Int, f: HOLFormula, vmap: NameMap, cmap: CNameMap): String

    Permalink
    Definition Classes
    TPTPHOLExporter
  36. def thf_sequent_dec(i: Int, f: HOLSequent, vmap: NameMap, cmap: CNameMap): String

    Permalink
    Definition Classes
    TPTPHOLExporter
  37. def thf_type_dec(i: Int, c: Const, cmap: CNameMap): String

    Permalink
    Definition Classes
    TPTPHOLExporter
  38. def thf_type_dec(i: Int, v: Var, vmap: NameMap): String

    Permalink
    Definition Classes
    TPTPHOLExporter
  39. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TPTPHOLExporter

Inherited from AnyRef

Inherited from Any

Ungrouped