object SimpleAPI
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SimpleAPI
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class SimpleAPIException extends Exception
- class SimpleAPIForwardedException extends SimpleAPIException
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
- val COMMON_PART_NR: Int
- Attributes
- protected[api]
- def apply(enableAssert: Boolean = false, sanitiseNames: Boolean = true, dumpSMT: Boolean = false, smtDumpBasename: String = SMTDumpBasename, dumpScala: Boolean = false, scalaDumpBasename: String = ScalaDumpBasename, dumpDirectory: File = null, tightFunctionScopes: Boolean = true, genTotalityAxioms: Boolean = false, randomSeed: Option[Int] = Some(1234567), otherSettings: GlobalSettings = GlobalSettings.DEFAULT): SimpleAPI
Create a new prover.
Create a new prover. Note that the prover has to be shut down explicitly by calling the method
SimpleAPI.shutDown
after use. - 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()
- 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 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 pp(f: IExpression): String
Pretty-print a formula or term.
- def smtPP(f: IExpression): String
Pretty-print a formula or term in SMT-LIB format.
- def spawn: SimpleAPI
- def spawnNoSanitise: SimpleAPI
- def spawnWithAssertions: SimpleAPI
- def spawnWithAssertionsLogNoSanitise(basename: String, directory: File): SimpleAPI
- def spawnWithAssertionsNoSanitise: SimpleAPI
- def spawnWithLog(basename: String, directory: File): SimpleAPI
- def spawnWithLog(basename: String): SimpleAPI
- def spawnWithLog: SimpleAPI
- def spawnWithLogNoSanitise(basename: String, directory: File): SimpleAPI
- def spawnWithScalaLog: SimpleAPI
- def spawnWithScalaLogNoSanitise(basename: String): SimpleAPI
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val version: String
- 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])
- def withProver[A](enableAssert: Boolean = false, sanitiseNames: Boolean = true, dumpSMT: Boolean = false, smtDumpBasename: String = SMTDumpBasename, dumpScala: Boolean = false, scalaDumpBasename: String = ScalaDumpBasename, dumpDirectory: File = null, tightFunctionScopes: Boolean = true, genTotalityAxioms: Boolean = false, randomSeed: Option[Int] = Some(1234567), otherSettings: GlobalSettings = GlobalSettings.DEFAULT)(f: (SimpleAPI) => A): A
Run the given function with a fresh prover, and shut down the prover afterwards.
- def withProver[A](f: (SimpleAPI) => A): A
Run the given function with a fresh prover, and shut down the prover afterwards.
- object FunctionalityMode extends Enumeration
- object NoModelException extends SimpleAPIException
- object ProverStatus extends Enumeration
- object TimeoutException extends SimpleAPIException
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)