Object/Class

at.logic.gapt.proofs.ceres_omega

ceres_omega

Related Docs: class ceres_omega | package ceres_omega

Permalink

object ceres_omega extends ceres_omega

Source
ceres_omega.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ceres_omega
  2. ceres_omega
  3. Logger
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(projections: Set[(LKskProof, Sequent[Boolean])], ralproof: RalProof, es: LabelledSequent, struct: Struct[Label]): (LKskProof, Sequent[Boolean])

    Permalink

    Applies the CERES_omega method to a proof.

    Applies the CERES_omega method to a proof.

    projections

    This is the set of projections to use. A projection to reflexvity is generated if needed.

    ralproof

    The R_al proof to use as skeleton.

    es

    The end-sequent of the original proof.

    struct

    The struct of the original proof. (unused at the moment)

    returns

    a pair of an LKProof with atomic cuts only and of the subsequent of its root which corresponds the Ral sequent

    Definition Classes
    ceres_omega
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def contractEndsequent(p: (LKskProof, Sequent[Boolean]), es: LabelledSequent): (LKskProof, Sequent[Boolean])

    Permalink

    After an application of a binary rule, end-sequent material might be duplicated.

    After an application of a binary rule, end-sequent material might be duplicated. This method adds contractions for every end-sequent formula.

    p

    a proof with an end-sequent of the form: es x es x C (where C is some additional content)

    es

    the end-sequent material which occurs twice

    returns

    a proof with an end-sequent of the form: es x C

    Definition Classes
    ceres_omega
  8. def debug(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  9. def diffModuloOccurrence(from: Seq[LabelledFormula], what: Seq[(Label, HOLFormula)]): List[LabelledFormula]

    Permalink
    Definition Classes
    ceres_omega
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def error(msg: ⇒ String, e: Throwable): Nothing

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  13. def error(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  14. def filterEndsequent(root: LabelledSequent, cut_anc: Sequent[Boolean]): Sequent[LabelledFormula]

    Permalink
    Definition Classes
    ceres_omega
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def findAuxInAntecedent(aux: LabelledFormula, sequent: LabelledSequent, exclusion_list: Seq[SequentIndex], bool_filter: Sequent[Boolean]): Ant

    Permalink
    Definition Classes
    ceres_omega
  17. def findAuxInSuccedent(aux: LabelledFormula, sequent: LabelledSequent, exclusion_list: Seq[SequentIndex], bool_filter: Sequent[Boolean]): Suc

    Permalink
    Definition Classes
    ceres_omega
  18. def findAuxOptionInAntecedent(aux: LabelledFormula, sequent: LabelledSequent, exclusion_list: Seq[SequentIndex], bool_filter: Sequent[Boolean]): Option[Ant]

    Permalink
    Definition Classes
    ceres_omega
  19. def findAuxOptionInSuccedent(aux: LabelledFormula, sequent: LabelledSequent, exclusion_list: Seq[SequentIndex], bool_filter: Sequent[Boolean]): Option[Suc]

    Permalink
    Definition Classes
    ceres_omega
  20. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. def info(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  23. def invert(s: Sequent[Boolean]): Sequent[Boolean]

    Permalink
    Definition Classes
    ceres_omega
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. val log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  26. def loggerName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  27. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  30. def skip_propositional(x: HOLFormula): Boolean

    Permalink
    Definition Classes
    ceres_omega
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. def trace(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  34. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def warn(msg: ⇒ String, e: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  38. def warn(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger

Inherited from ceres_omega

Inherited from Logger

Inherited from AnyRef

Inherited from Any

Ungrouped