Class/Object

at.logic.gapt.proofs.ceres

CERES

Related Docs: object CERES | package ceres

Permalink

class CERES extends AnyRef

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from CERES to ArrowAssoc[CERES] 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(endsequent: HOLSequent, proj: Set[LKProof], rp: ResolutionProof): LKProof

    Permalink

    Applies the CERES method to a first order proof with equality.

    Applies the CERES method to a first order proof with equality. Internally this is handled by the RobinsoToLK method.

    endsequent

    The end-sequent of the original proof

    proj

    The projections of the original proof

    rp

    A resolution refutation

    returns

    an LK Proof in Atomic Cut Normal Form (ACNF) i.e. without quantified cuts

  7. def apply(p: LKProof, pred: (HOLFormula) ⇒ Boolean, prover: ResolutionProver): LKProof

    Permalink
  8. def apply(p: LKProof, pred: (HOLFormula) ⇒ Boolean): LKProof

    Permalink

    Applies the CERES method to a first order proof with equality.

    Applies the CERES method to a first order proof with equality. Internally this is handled by the RobinsoToLK method.

    p

    a first-order LKProof without strong quantifiers in the end-sequent (i.e. structural rules, cut, logical rules, equational rules but no definitions, schema,higher order)

    pred

    a predicate to specify which cut formulas to eliminate (e.g. x => containsQuantifiers(x) to keep propositional cuts intact)

    returns

    an LK Proof in Atomic Cut Normal Form (ACNF) i.e. without quantified cuts

  9. def apply(p: LKProof, prover: ResolutionProver): LKProof

    Permalink
  10. def apply(p: LKProof): LKProof

    Permalink

    Applies the CERES method to a first order proof with equality.

    Applies the CERES method to a first order proof with equality. Internally this is handled by the RobinsoToLK method.

    p

    a first-order LKProof (structural rules, cut, logical rules, equational rules but no definitions, schema,higher order) also each formula must be a FOLFormula, since the prover9 interface returns proofs from the FOL layer

    returns

    an LK Proof in Atomic Cut Normal Form (ACNF) i.e. without quantified cuts

  11. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def ensuring(cond: (CERES) ⇒ Boolean, msg: ⇒ Any): CERES

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

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

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def findMatchingProjection(endsequent: HOLSequent, projections: Set[LKProof])(axfs: HOLSequent): LKProof

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

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

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

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

    Permalink
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def refProjection(es: HOLSequent): LKProof

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

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

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

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

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

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped