object DagCertificateConverter
- Alphabetic
- By Inheritance
- DagCertificateConverter
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- case class ReferenceCertificate(id: Int, localAssumedFormulas: Set[CertFormula], additionalConstants: Set[ConstantTerm], closingConstraint: Conjunction, order: TermOrder) extends Certificate with Product with Serializable
Certificate representing a sub-proof that is stored at index plus
id
in the certificate vector.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(cert: Certificate): Seq[Certificate]
Convert the given certificate to a DAG.
Convert the given certificate to a DAG. The resulting vector contains all relevant sub-certificates, with instances of
ReferenceCertificate
to refer to some certificate in the vector. The root certificate is the last entry of the vector. - final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def inline(dagCert: Seq[Certificate]): Certificate
Convert an explicit dag certificate back to a normal tree-shaped certificate.
Convert an explicit dag certificate back to a normal tree-shaped certificate. Common sub-certificates will still be shared, so no exponential explosion occurs at this point.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def size(dagCert: Seq[Certificate]): IdealInt
Cumulative size of the certificate.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)