Object/Class

at.logic.gapt.formats.tptp

TPTPHOLExporter

Related Docs: class TPTPHOLExporter | package tptp

Permalink

object TPTPHOLExporter extends TPTPHOLExporter

Source
TPTPHOLExporter.scala
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(ls: List[HOLSequent], positive: Boolean): String

    Permalink

    Exports a sequent set as TPTP thf problem

    Exports a sequent set as TPTP thf problem

    ls

    the list of sequents to export

    positive

    if true (default) we check ls for validity, if false, we check for unsatisfiability

    Definition Classes
    TPTPHOLExporter
  6. def apply(ls: List[HOLSequent], filename: String, positive: Boolean = false): Unit

    Permalink

    Exports a sequent set as TPTP thf problem

    Exports a sequent set as TPTP thf problem

    ls

    the list of sequents to export

    filename

    the filename

    positive

    if true we check ls for validity, if false (default), we check for unsatisfiability

    Definition Classes
    TPTPHOLExporter
  7. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TPTPHOLExporter
  21. def getTypeString(t: Ty, outer: Boolean): String

    Permalink
    Definition Classes
    TPTPHOLExporter
  22. def getTypeString(t: Ty): String

    Permalink
    Definition Classes
    TPTPHOLExporter
  23. 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
  24. def hashCode(): Int

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

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

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

    Permalink
    Definition Classes
    TPTPHOLExporter
  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