Class

at.logic.gapt.proofs.lk.cutIntroduction

DeltaTable

Related Doc: package cutIntroduction

Permalink

class DeltaTable extends AnyRef

A generalized delta table whose rows contains the results of Delta_G(...) instead of Delta(...).

A generalized delta table contains decompositions for subsets of a termset and one can extract grammars from it by simply iterating through its rows.

For details, see "Algorithmic Introduction of Quantified Cuts (Hetzl et al 2013)" and deltavector.tex/.pdf in the /doc-directory.

Linear Supertypes
AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DeltaTable
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DeltaTable(terms: List[FOLTerm], eigenvariable: String, delta: DeltaVector)

    Permalink

    terms

    The terms occurring in an LK proof.

    eigenvariable

    The name of eigenvariable that should be introduced in the decompositions.

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from DeltaTable to any2stringadd[DeltaTable] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (DeltaTable, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from DeltaTable to ArrowAssoc[DeltaTable] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def add(s: S, u: U, t: List[FOLTerm]): Unit

    Permalink

    Adds a decomposition (u,s), under the key s, to the delta table.

    Adds a decomposition (u,s), under the key s, to the delta table. Specifically, s is the index and (u,T) is the key, where (u,S) is a decomposition of T. If the key already exists, (u,T) is appended the list of existing values

  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 ensuring(cond: (DeltaTable) ⇒ Boolean, msg: ⇒ Any): DeltaTable

    Permalink
    Implicit information
    This member is added by an implicit conversion from DeltaTable to Ensuring[DeltaTable] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (DeltaTable) ⇒ Boolean): DeltaTable

    Permalink
    Implicit information
    This member is added by an implicit conversion from DeltaTable to Ensuring[DeltaTable] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: ⇒ Any): DeltaTable

    Permalink
    Implicit information
    This member is added by an implicit conversion from DeltaTable to Ensuring[DeltaTable] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): DeltaTable

    Permalink
    Implicit information
    This member is added by an implicit conversion from DeltaTable to Ensuring[DeltaTable] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from DeltaTable to StringFormat[DeltaTable] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  20. def maxNumOfPairsPerLine: Int

    Permalink
  21. def minNumOfPairsPerLine: Int

    Permalink
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def numberOfPairs: Int

    Permalink
  26. def printStats(prln: (String) ⇒ Unit): Unit

    Permalink

    compute and print statistics about this delta-table

  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. var table: HashMap[S, List[(U, List[FOLTerm])]]

    Permalink
  29. var termsAdded: Int

    Permalink
  30. def toPrettyString(k: Int = 1): String

    Permalink

    k

    only include lines with at least k pairs (defaults to 1 which displays all lines)

  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. val trivialEv: FOLVar

    Permalink
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def [B](y: B): (DeltaTable, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from DeltaTable to ArrowAssoc[DeltaTable] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from DeltaTable to any2stringadd[DeltaTable]

Inherited by implicit conversion StringFormat from DeltaTable to StringFormat[DeltaTable]

Inherited by implicit conversion Ensuring from DeltaTable to Ensuring[DeltaTable]

Inherited by implicit conversion ArrowAssoc from DeltaTable to ArrowAssoc[DeltaTable]

Ungrouped