Class/Object

at.logic.gapt.proofs.ceres_omega

ceres_omega

Related Docs: object ceres_omega | package ceres_omega

Permalink

class ceres_omega extends Logger

Source
ceres_omega.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ceres_omega
  2. Logger
  3. AnyRef
  4. 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 ceres_omega()

    Permalink

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 ceres_omega to any2stringadd[ceres_omega] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ceres_omega, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ceres_omega to ArrowAssoc[ceres_omega] 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 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

  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 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

  10. def debug(msg: ⇒ String): Unit

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

    Permalink
  12. def ensuring(cond: (ceres_omega) ⇒ Boolean, msg: ⇒ Any): ceres_omega

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

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

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

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

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

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

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

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

    Permalink
  21. def finalize(): Unit

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

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

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

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

    Permalink
  26. def formatted(fmtstr: String): String

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

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

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

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

    Permalink
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. val log: Logger

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  46. def [B](y: B): (ceres_omega, B)

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

Inherited from Logger

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped