Packages

abstract class AbstractFileProver extends Prover

Linear Supertypes
Prover, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractFileProver
  2. Prover
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AbstractFileProver(reader: Reader, output: Boolean, timeout: TimeoutCondition, userDefStoppingCond: => Boolean, settings: GlobalSettings)

Type Members

  1. 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

  1. abstract val result: Result
    Definition Classes
    Prover
  2. abstract val usedTranslation: Translation
    Attributes
    protected

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  6. val constructProofs: Boolean
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def getAssumedFormulaParts(cert: Certificate): Set[PartName]
    Definition Classes
    AbstractFileProverProver
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  11. def getFormulaParts: Map[PartName, Conjunction]
    Definition Classes
    AbstractFileProverProver
  12. def getInputFormulaParts: Map[PartName, IFormula]
    Definition Classes
    AbstractFileProverProver
  13. def getPredTranslation: Map[Predicate, IFunction]
    Definition Classes
    AbstractFileProverProver
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  15. def inputFormulas: List[INamedPart]
  16. def interpolantSpecs: List[IInterpolantSpec]
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. lazy val negTranslation: Translation
    Attributes
    protected
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  22. lazy val posTranslation: Translation
    Attributes
    protected
  23. def println(str: => String): Unit
    Attributes
    protected
  24. def println(obj: Any): Unit
    Attributes
    protected
  25. lazy val rawConstants: Set[ConstantTerm]
  26. val rawInputFormula: IFormula
  27. val rawInterpolantSpecs: List[IInterpolantSpec]
  28. lazy val rawQuantifiers: Set[Quantifier]
  29. val rawSignature: Signature
  30. def signature: Signature
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. 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

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

    (Since version 9)

Inherited from Prover

Inherited from AnyRef

Inherited from Any

Ungrouped