object CASCData
- Source
- CASCEvaluation.scala
- Alphabetic
- By Inheritance
- CASCData
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
files: List[String]
The problem names of the 2018 CASC FOF competition
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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
prepareInputProblems(prefix: String): List[TptpLibraryProblem]
Creates a list of input files in the TPTP library hierarchy
Creates a list of input files in the TPTP library hierarchy
- prefix
the path prefix of the library (files must be in $prefix/Problems/XYZ
- returns
the input problems
-
def
prepareProblems(prefix: String, provers: List[Prover]): Seq[CASCResult]
Creates a list of all problems for a list of provers
Creates a list of all problems for a list of provers
- prefix
the path prefix containing the files
- provers
the provers to look into
- returns
A list of CASCResults (which are an instance of FileData)
-
def
prepareProblems(prefix: String): Seq[CASCResult]
Creates a list of all problems for all provers
Creates a list of all problems for all provers
- prefix
the path prefix containing the files
- returns
A list of CASCResults (which are an instance of FileData)
-
val
provers: List[String]
A subset of the provers taking part in the 2018 CASC FOF competition
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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( ... )
This is the API documentation for GAPT.
The main package is gapt.