class TptpHOLExporter extends AnyRef
- Alphabetic
- By Inheritance
- TptpHOLExporter
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- new TptpHOLExporter()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from TptpHOLExporter to any2stringadd[TptpHOLExporter] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (TptpHOLExporter, B)
- Implicit
- This member is added by an implicit conversion from TptpHOLExporter to ArrowAssoc[TptpHOLExporter] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def appendPostfix(str: String, l: List[String]): FormulaRole
-
def
apply(seq: ExpansionSequent, filename: String, maximize_axiom_declarations: Boolean, lambda_lifting: Boolean): Unit
Exports an expansion proof as TPTP thf problem to prove validity
Exports an expansion proof as TPTP thf problem to prove validity
- seq
the sequent to export
- filename
the filename
- maximize_axiom_declarations
if true, all conjunctions
- lambda_lifting
apply lambda lifting to deep formula and add the definitions into to the antecedent of the formula
-
def
apply(seq: HOLSequent, filename: String, separate_axioms: Boolean = false): Unit
Exports a sequent as TPTP thf problem to prove validity
Exports a sequent as TPTP thf problem to prove validity
- seq
the sequent to export
- filename
the filename
-
def
apply(ls: List[HOLSequent], filename: String): Unit
Exports a sequent set as TPTP thf problem to prove unsatisfiability
Exports a sequent set as TPTP thf problem to prove unsatisfiability
- ls
the list of sequents to export
- filename
the filename
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
- def closedFormula(fs: HOLSequent): Formula
- def createFormula(f: Expr, map: Map[Var, String]): String
- def createNamesFromConst(l: List[Const]): CNameMap
- def createNamesFromSequent(l: List[HOLSequent]): (List[Var], NameMap, List[Const], CNameMap)
- def createNamesFromVar(l: List[Var]): NameMap
- val emptyCNameMap: Map[Const, String]
- val emptyNameMap: Map[Var, String]
-
def
ensuring(cond: (TptpHOLExporter) ⇒ Boolean, msg: ⇒ Any): TptpHOLExporter
- Implicit
- This member is added by an implicit conversion from TptpHOLExporter to Ensuring[TptpHOLExporter] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (TptpHOLExporter) ⇒ Boolean): TptpHOLExporter
- Implicit
- This member is added by an implicit conversion from TptpHOLExporter to Ensuring[TptpHOLExporter] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): TptpHOLExporter
- Implicit
- This member is added by an implicit conversion from TptpHOLExporter to Ensuring[TptpHOLExporter] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): TptpHOLExporter
- Implicit
- This member is added by an implicit conversion from TptpHOLExporter to Ensuring[TptpHOLExporter] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
export(ep: ExpansionSequent, maximize_axiom_declarations: Boolean = true, lambda_lifting: Boolean = false): String
Exports an expansion proof as TPTP thf problem.
Exports an expansion proof as TPTP thf problem. The antedent of the
- ep
the expansion proof to export
- maximize_axiom_declarations
if true, all conjunctions
- lambda_lifting
apply lambda lifting to deep formula and add the definitions into to the antecedent of the formula
-
def
export_negative(ls: List[HOLSequent]): String
Exports a sequent set as TPTP thf problem to prove unsatisfiability
Exports a sequent set as TPTP thf problem to prove unsatisfiability
- ls
the list of sequents to export
-
def
export_positive(seq: HOLSequent, separate_axioms: Boolean = false): String
Exports a sequent as TPTP thf problem to prove validity
Exports a sequent as TPTP thf problem to prove validity
- seq
the sequent to be proved valid
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from TptpHOLExporter to StringFormat[TptpHOLExporter] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getConsts(t: Expr, set: Set[Const]): Set[Const]
- def getTypeString(t: Ty, outer: Boolean): String
- def getTypeString(t: Ty): String
-
def
getVars(t: Expr, set: Set[Var]): Set[Var]
extract all variables, bound and free
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lambda_lift_and_add_definitions(seq: HOLSequent): HOLSequent
- def mkConstName(str: String, map: CNameMap): String
- def mkVarName(str: String, map: Map[Var, String]): String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def printStatistics(vnames: NameMap, cnames: CNameMap): Unit
- def simplify_antecedent(es: ExpansionSequent): ExpansionSequent
- def simplify_antecedent2(es: HOLSequent): HOLSequent
- def strip_lambdas(e: Expr, context: List[Var]): (Expr, List[Var])
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def thf_formula(f: Expr, vmap: NameMap, cmap: CNameMap, outermost: Boolean = false): String
- def thf_formula_dec(i: Int, f: Formula, role: TptpFormulaRole, vmap: NameMap, cmap: CNameMap): String
- def thf_type_dec(i: Int, c: Const, cmap: CNameMap): String
- def thf_type_dec(i: Int, v: Var, vmap: NameMap): String
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
→[B](y: B): (TptpHOLExporter, B)
- Implicit
- This member is added by an implicit conversion from TptpHOLExporter to ArrowAssoc[TptpHOLExporter] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
This is the API documentation for GAPT.
The main package is gapt.