CASCData

gapt.examples.CASCData
object CASCData

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
CASCData.type

Members list

Value members

Concrete methods

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

Value parameters

prefix

the path prefix of the library (files must be in $prefix/Problems/XYZ

Attributes

Returns

the input problems

def prepareProblems(prefix: String): Seq[CASCResult]

Creates a list of all problems for all provers

Creates a list of all problems for all provers

Value parameters

prefix

the path prefix containing the files

Attributes

Returns

A list of gapt.formats.tptp.statistics.CASCResults (which are an instance of gapt.formats.tptp.statistics.FileData)

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

Value parameters

prefix

the path prefix containing the files

provers

the provers to look into

Attributes

Returns

A list of gapt.formats.tptp.statistics.CASCResults (which are an instance of gapt.formats.tptp.statistics.FileData)

Concrete fields

val files: List[String]

The problem names of the 2018 CASC FOF competition

The problem names of the 2018 CASC FOF competition

Attributes

val provers: List[String]

A subset of the provers taking part in the 2018 CASC FOF competition

A subset of the provers taking part in the 2018 CASC FOF competition

Attributes