c

ap.proof.certificates

BinaryCertificate

abstract class BinaryCertificate extends Certificate

Abstract superclass of certificates with two children

Linear Supertypes
Certificate, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BinaryCertificate
  2. Certificate
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BinaryCertificate(leftChild: Certificate, rightChild: Certificate, order: TermOrder)

Abstract Value Members

  1. abstract val localAssumedFormulas: Set[CertFormula]
    Definition Classes
    Certificate
  2. abstract 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
    Certificate
  3. abstract def update(newSubCerts: Seq[Certificate]): Certificate
    Definition Classes
    Certificate

Concrete Value Members

  1. def apply(i: Int): Certificate
    Definition Classes
    BinaryCertificateCertificate
  2. 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
  3. val closingConstraint: Conjunction

    The constraint resulting from this proof

    The constraint resulting from this proof

    Definition Classes
    BinaryCertificateCertificate
  4. 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
  5. lazy val inferenceCount: Int
    Definition Classes
    Certificate
  6. def iterator: Iterator[Certificate]
    Definition Classes
    BinaryCertificateCertificate
  7. val leftChild: Certificate
  8. def length: Int
    Definition Classes
    BinaryCertificateCertificate
  9. 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
  10. val order: TermOrder
    Definition Classes
    BinaryCertificateCertificate
  11. val rightChild: Certificate
  12. def size: Int
    Definition Classes
    Certificate
  13. def subCertificates: IndexedSeq[Certificate]
    Definition Classes
    Certificate
  14. lazy val theoryAxioms: Set[CertFormula]
    Definition Classes
    Certificate