class Translation extends AnyRef
Class taking care of pre-processing, and translation to internal data-structures.
- Attributes
- protected
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Translation
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Translation(rawFormula: IFormula, settings: GlobalSettings)
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 XtoIFormula(c: Conjunction, onlyNonTheory: Boolean = false): IFormula
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- lazy val canUseModelSearchProver: Boolean
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def constructProofTree(name: String): (ProofTree, Boolean)
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def findCounterModelTimeout(f: Seq[Conjunction]): Either[Conjunction, Certificate]
- def findCounterModelTimeout: Either[Conjunction, Certificate]
- def findModel(f: Conjunction): Conjunction
- def findModelTimeout: Either[Conjunction, Certificate]
- lazy val formulaConstants: Set[ConstantTerm]
- lazy val formulaQuantifiers: Set[Quantifier]
- val formulas: Seq[Conjunction]
- val functionEncoder: FunctionEncoder
- val gcedFunctions: Set[Predicate]
- def getAssumedFormulaParts(cert: Certificate): Set[PartName]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def getFormulaParts: Map[PartName, Conjunction]
- def getInputFormulaParts: Map[PartName, IFormula]
- def getPredTranslation: Map[Predicate, IFunction]
- val goalSettings: GoalSettings
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- val ignoredQuantifiers: Boolean
- val ignoredQuantifiers2: Boolean
- val incompletePreproc: Boolean
- val inputFormulas: List[INamedPart]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val matchedTotalFunctions: Boolean
- val namedParts: Map[PartName, Conjunction]
- 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()
- val order: TermOrder
- val preprocInterpolantSpecs: List[IInterpolantSpec]
- def processConstraint(c: Conjunction): IFormula
- def processInterpolant(c: Conjunction): IFormula
- def processModel(c: Conjunction): IFormula
- lazy val soundForSat: Boolean
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val theories: Seq[Theory]
- def toString(): String
- Definition Classes
- AnyRef → Any
- val transSignature: Signature
- 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)