CASCResult

gapt.formats.tptp.statistics.`package`.CASCResult
See theCASCResult companion object
case class CASCResult(path: String, prover: Prover, problem: String, extension: String) extends FileData, Serializable

A filename that comes from the CASC competition: the prover and TSTP problem name are accessible. The filename is automatically set to $path/$prover-$problem$extension

Value parameters

extension

The file extension

path

The problem path

problem

The TSTP library problem (see http://www.cs.miami.edu/~tptp/cgi-bin/SystemOnTPTP?TPTPProblem=$problem )

prover

The prover produceing the tstp file

Attributes

Companion
object
Source
common.scala
Graph
Supertypes
trait Product
trait Equals
class FileData
trait Serializable
trait InputFile
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def csvHeader(): CSVRow[String]

Returns the csv header decribing the data

Returns the csv header decribing the data

Attributes

Definition Classes
Source
common.scala

Attributes

Source
common.scala
override def toCSV(): CSVRow[String]

Converts the data to a CSV row

Converts the data to a CSV row

Attributes

Definition Classes
Source
common.scala
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
common.scala

Inherited methods

def file: FilePath & BasePathImpl

Attributes

Inherited from:
FileData
Source
common.scala
def fileAsPath: Path

Attributes

Inherited from:
FileData
Source
common.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def read: String

Attributes

Inherited from:
FileData
Source
common.scala