abstract class AbstractFileProver extends Prover
- Alphabetic
- By Inheritance
- AbstractFileProver
- Prover
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new AbstractFileProver(reader: Reader, output: Boolean, timeout: TimeoutCondition, userDefStoppingCond: => Boolean, settings: GlobalSettings)
Type Members
- class Translation extends AnyRef
Class taking care of pre-processing, and translation to internal data-structures.
Class taking care of pre-processing, and translation to internal data-structures.
- Attributes
- protected
Abstract Value Members
- abstract val result: Result
- Definition Classes
- Prover
- abstract val usedTranslation: Translation
- Attributes
- protected
Concrete 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
- 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()
- val constructProofs: Boolean
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def getAssumedFormulaParts(cert: Certificate): Set[PartName]
- Definition Classes
- AbstractFileProver → Prover
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def getFormulaParts: Map[PartName, Conjunction]
- Definition Classes
- AbstractFileProver → Prover
- def getInputFormulaParts: Map[PartName, IFormula]
- Definition Classes
- AbstractFileProver → Prover
- def getPredTranslation: Map[Predicate, IFunction]
- Definition Classes
- AbstractFileProver → Prover
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def inputFormulas: List[INamedPart]
- def interpolantSpecs: List[IInterpolantSpec]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- lazy val negTranslation: Translation
- Attributes
- protected
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- lazy val posTranslation: Translation
- Attributes
- protected
- def println(str: => String): Unit
- Attributes
- protected
- def println(obj: Any): Unit
- Attributes
- protected
- lazy val rawConstants: Set[ConstantTerm]
- val rawInputFormula: IFormula
- val rawInterpolantSpecs: List[IInterpolantSpec]
- lazy val rawQuantifiers: Set[Quantifier]
- val rawSignature: Signature
- def signature: Signature
- 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])
- object AllExVisitor extends ContextAwareVisitor[Unit, Unit]
Visitor to check whether a formula is in the forall-exists fragment (when proving that the formula is valid)
Visitor to check whether a formula is in the forall-exists fragment (when proving that the formula is valid)
- Attributes
- protected
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)