class IntelliFileProver extends AbstractFileProver
A prover that decides, depending on the kind of the problem, whether it should try to construct a proof tree or just search for counterexamples
- Alphabetic
- By Inheritance
- IntelliFileProver
- AbstractFileProver
- Prover
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new IntelliFileProver(reader: Reader, timeout: TimeoutCondition, output: Boolean, 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
- Definition Classes
- AbstractFileProver
Value Members
- 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
- Definition Classes
- AbstractFileProver
- 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
- Definition Classes
- AbstractFileProver
- lazy val counterModelResult: CounterModelResult
- 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]
- Definition Classes
- AbstractFileProver
- def interpolantSpecs: List[IInterpolantSpec]
- Definition Classes
- AbstractFileProver
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val modelResult: ModelResult
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- lazy val negProofResult: ProofResult
- lazy val negTranslation: Translation
- Attributes
- protected
- Definition Classes
- AbstractFileProver
- 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
- Definition Classes
- AbstractFileProver
- def println(str: => String): Unit
- Attributes
- protected
- Definition Classes
- AbstractFileProver
- def println(obj: Any): Unit
- Attributes
- protected
- Definition Classes
- AbstractFileProver
- lazy val proofResult: ProofResult
- lazy val proofTree: ProofTree
- lazy val rawConstants: Set[ConstantTerm]
- Definition Classes
- AbstractFileProver
- val rawInputFormula: IFormula
- Definition Classes
- AbstractFileProver
- val rawInterpolantSpecs: List[IInterpolantSpec]
- Definition Classes
- AbstractFileProver
- lazy val rawQuantifiers: Set[Quantifier]
- Definition Classes
- AbstractFileProver
- val rawSignature: Signature
- Definition Classes
- AbstractFileProver
- val result: Result
- Definition Classes
- IntelliFileProver → Prover
- def signature: Signature
- Definition Classes
- AbstractFileProver
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val usedTranslation: Translation
- Definition Classes
- IntelliFileProver → AbstractFileProver
- val usingNegatedFormula: Boolean
- 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)