case class BetaCertificate(leftFormula: CertFormula, rightFormula: CertFormula, lemma: Boolean, _leftChild: Certificate, _rightChild: Certificate, _order: TermOrder) extends BinaryCertificate with Product with Serializable

Certificate corresponding to an application of beta rules with lemmas: the rule describes the splitting of an antecedent formula leftFormula | rightFormula into the cases leftFormula and !leftFormula, rightFormula. (If lemma is not set, the second case is just rightFormula)

Linear Supertypes
Serializable, Product, Equals, BinaryCertificate, Certificate, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BetaCertificate
  2. Serializable
  3. Product
  4. Equals
  5. BinaryCertificate
  6. Certificate
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BetaCertificate(leftFormula: CertFormula, rightFormula: CertFormula, lemma: Boolean, _leftChild: Certificate, _rightChild: Certificate, _order: TermOrder)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val _leftChild: Certificate
  5. val _order: TermOrder
  6. val _rightChild: Certificate
  7. def apply(i: Int): Certificate
    Definition Classes
    BinaryCertificateCertificate
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. lazy val assumedFormulas: Set[CertFormula]

    Formulae that the proof assumes to be present on this branch (i.e., premisses of rules applied in the proof).

    Formulae that the proof assumes to be present on this branch (i.e., premisses of rules applied in the proof). We assume that all formulae live in the antecedent.

    Definition Classes
    Certificate
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  11. val closingConstraint: Conjunction

    The constraint resulting from this proof

    The constraint resulting from this proof

    Definition Classes
    BinaryCertificateCertificate
  12. lazy val constants: Set[ConstantTerm]

    Set of constants occurring in this certificate.

    Set of constants occurring in this certificate. By default this will contain the set of all constants in sub-certificates, as well as constants in assumed formulas.

    Definition Classes
    Certificate
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  15. val hashCode: Int
    Definition Classes
    BetaCertificate → AnyRef → Any
  16. lazy val inferenceCount: Int
    Definition Classes
    Certificate
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def iterator: Iterator[Certificate]
    Definition Classes
    BinaryCertificateCertificate
  19. val leftChild: Certificate
    Definition Classes
    BinaryCertificate
  20. val leftFormula: CertFormula
  21. val lemma: Boolean
  22. def length: Int
    Definition Classes
    BinaryCertificateCertificate
  23. val localAssumedFormulas: Set[CertFormula]
    Definition Classes
    BetaCertificateCertificate
  24. val localBoundConstants: Set[ConstantTerm]

    Constants bound by the root operator of the certificate.

    Constants bound by the root operator of the certificate.

    Definition Classes
    Certificate
  25. val localProvidedFormulas: Seq[Set[CertFormula]]

    Formulae that are introduced into the antecedent by this rule application (one set for each subproof).

    Formulae that are introduced into the antecedent by this rule application (one set for each subproof). This will implicitly simplify formulae (all simplifications that are built into the datastructures are carried out).

    Definition Classes
    BetaCertificateCertificate
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  29. val order: TermOrder
    Definition Classes
    BinaryCertificateCertificate
  30. def productElementNames: Iterator[String]
    Definition Classes
    Product
  31. val rightChild: Certificate
    Definition Classes
    BinaryCertificate
  32. val rightFormula: CertFormula
  33. def size: Int
    Definition Classes
    Certificate
  34. def subCertificates: IndexedSeq[Certificate]
    Definition Classes
    Certificate
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. lazy val theoryAxioms: Set[CertFormula]
    Definition Classes
    Certificate
  37. def toString(): String
    Definition Classes
    BetaCertificate → AnyRef → Any
  38. def update(newSubCerts: Seq[Certificate], newLemma: Boolean): Certificate
  39. def update(newSubCerts: Seq[Certificate]): Certificate
    Definition Classes
    BetaCertificateCertificate
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from BinaryCertificate

Inherited from Certificate

Inherited from AnyRef

Inherited from Any

Ungrouped