Class/Object

at.logic.gapt.proofs.ceres

ceres_omega

Related Docs: object ceres_omega | package ceres

Permalink

class ceres_omega extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ceres_omega
  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 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[LKProof], ralproof: RalResolutionProof[LabelledOccSequent], es: LabelledOccSequent, struct: Struct): (LKProof, LabelledOccSequent)

    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: LKProof, es: LabelledOccSequent): LKProof

    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 diffModuloOccurrence(from: Seq[LabelledFormulaOccurrence], what: Seq[LabelledFormulaOccurrence]): List[LabelledFormulaOccurrence]

    Permalink
  11. 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
  12. 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
  13. 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
  14. 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
  15. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def filterByAncestor(sequent: OccSequent, anc: LabelledOccSequent): LabelledOccSequent

    Permalink
  18. def filterEndsequent(root: LabelledOccSequent, es: LabelledOccSequent, struct: Struct): LabelledOccSequent

    Permalink
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def findAux(candidates: Seq[LabelledFormulaOccurrence], pred: (LabelledFormulaOccurrence) ⇒ Boolean, exclusion_list: Seq[LabelledFormulaOccurrence]): LabelledFormulaOccurrence

    Permalink

    Finds the first element in candidates - exclucsion_list fulfilling the predicate pred.

    Finds the first element in candidates - exclucsion_list fulfilling the predicate pred. Throws an IllegalArgumentException, if none is found.

    candidates

    the list of candidates to choose from

    pred

    a predicate on formula occurrences

    exclusion_list

    no candidate in exclusion_list will match

    returns

    the first element of candidates which fulfills the criteria

    Exceptions thrown

    IllegalArgumentException if no candidate fulfills pred.

  21. def findAuxByFormulaAndLabel(formula: HOLFormula, skolem_label: Label, candidates: Seq[LabelledFormulaOccurrence], exclusion_list: Seq[LabelledFormulaOccurrence]): LabelledFormulaOccurrence

    Permalink

    Finds an occurrence in candidates - exclusion_list, which has the same formula and label as aux.

    Finds an occurrence in candidates - exclusion_list, which has the same formula and label as aux.

    returns

    the first occurrence in candidates which matches

  22. def findAuxByFormulaAndLabel(aux: LabelledFormulaOccurrence, candidates: Seq[LabelledFormulaOccurrence], exclusion_list: Seq[LabelledFormulaOccurrence]): LabelledFormulaOccurrence

    Permalink

    Finds an occurrence in candidates - exclusion_list, which has the same formula and label as aux.

    Finds an occurrence in candidates - exclusion_list, which has the same formula and label as aux.

    returns

    the first occurrence in candidates which matches

  23. def firstAncestors(fo: LabelledFormulaOccurrence): List[LabelledFormulaOccurrence]

    Permalink

    Computes the list of earliest ancestors of the formula occurrence.

    Computes the list of earliest ancestors of the formula occurrence. I.e. we calculate the least elements of all ancestors of the occurrence with regard to the ancestorship relation.

    fo

    a formula occurrence

    returns

    the list of first ancestors

  24. def firstAncestors(fo: FormulaOccurrence): List[FormulaOccurrence]

    Permalink

    Computes the list of earliest ancestors of the formula occurrence.

    Computes the list of earliest ancestors of the formula occurrence. I.e. we calculate the least elements of all ancestors of the occurrence with regard to the ancestorship relation.

    fo

    a formula occurrence

    returns

    the list of first ancestors

  25. 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()
  26. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  29. val nLine: String

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

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

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

    Permalink
    Definition Classes
    AnyRef
  33. def pickFOWithAncestor(l: Seq[LabelledFormulaOccurrence], anc: LabelledFormulaOccurrence): LabelledFormulaOccurrence

    Permalink
  34. def pickFOWithAncestor(l: Seq[FormulaOccurrence], anc: FormulaOccurrence): FormulaOccurrence

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  37. def tranAncestors(fo: LabelledFormulaOccurrence): List[LabelledFormulaOccurrence]

    Permalink

    Computes the reflexive, transitive closure of the ancestor relation, ie.

    Computes the reflexive, transitive closure of the ancestor relation, ie. all ancestors.

    fo

    a formula occurrence

    returns

    the list of all ancestors

  38. def tranAncestors(fo: FormulaOccurrence): List[FormulaOccurrence]

    Permalink

    Computes the reflexive, transitive closure of the ancestor relation, ie.

    Computes the reflexive, transitive closure of the ancestor relation, ie. all ancestors.

    fo

    a formula occurrence

    returns

    the list of all ancestors

  39. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. 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 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