class LemmaBase extends AnyRef
Mutable class for managing sets of certificates.
- Alphabetic
- By Inheritance
- LemmaBase
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new LemmaBase(printLemmas: Boolean = false)
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 addCertificate(cert: Certificate): Unit
Add a certificate to the database.
- def addObsoleteConstants(consts: Iterable[ConstantTerm]): Unit
Notify that the given constants have to be invalidated, since they were only used in a certain sub-proof that has now been left.
- def allKnown(fors: Iterable[CertFormula]): Boolean
Check whether all of the given formulas have been asserted.
- def allKnownWitness(fors: Iterable[CertFormula]): Option[CertFormula]
Check whether all of the given formulas have been asserted; if not, return some formula that was not asserted
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def assumeFormula(l: CertFormula): Option[Certificate]
Assume the given literal, and return a certificate in case the resulting combination of assumed literals is known to be unsat.
- def assumeFormulas(ls: Iterator[CertFormula]): Option[Certificate]
Assume the given literals, and return a certificate in case the resulting combination of assumed literals is known to be unsat.
- 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 hasEmptyStack: Boolean
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- 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 pop: Option[Certificate]
Pop a frame of the assertion stack.
Pop a frame of the assertion stack. If the assumed formulas after pop are still inconsistent with some stored certificate, such a certificate is returned.
- def push: Unit
- 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)