Object/Class

ap.api

SimpleAPI

Related Docs: class SimpleAPI | package api

Permalink

object SimpleAPI

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleAPI
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class SimpleAPIException extends Exception

    Permalink
  2. class SimpleAPIForwardedException extends SimpleAPIException

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val COMMON_PART_NR: Int

    Permalink
    Attributes
    protected[ap.api]
  5. object FunctionalityMode extends Enumeration

    Permalink
  6. object NoModelException extends SimpleAPIException

    Permalink
  7. object ProverStatus extends Enumeration

    Permalink
  8. object TimeoutException extends SimpleAPIException

    Permalink
  9. 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), logging: Set[LOG_FLAG] = Set()): SimpleAPI

    Permalink

    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.

  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  20. def pp(f: IExpression): String

    Permalink

    Pretty-print a formula or term.

  21. def smtPP(f: IExpression): String

    Permalink

    Pretty-print a formula or term in SMT-LIB format.

  22. def spawn: SimpleAPI

    Permalink
  23. def spawnNoSanitise: SimpleAPI

    Permalink
  24. def spawnWithAssertions: SimpleAPI

    Permalink
  25. def spawnWithAssertionsLogNoSanitise(basename: String, directory: File): SimpleAPI

    Permalink
  26. def spawnWithAssertionsNoSanitise: SimpleAPI

    Permalink
  27. def spawnWithLog(basename: String, directory: File): SimpleAPI

    Permalink
  28. def spawnWithLog(basename: String): SimpleAPI

    Permalink
  29. def spawnWithLog: SimpleAPI

    Permalink
  30. def spawnWithLogNoSanitise(basename: String, directory: File): SimpleAPI

    Permalink
  31. def spawnWithScalaLog: SimpleAPI

    Permalink
  32. def spawnWithScalaLogNoSanitise(basename: String): SimpleAPI

    Permalink
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. val version: String

    Permalink
  36. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. 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), logging: Set[LOG_FLAG] = Set())(f: (SimpleAPI) ⇒ A): A

    Permalink

    Run the given function with a fresh prover, and shut down the prover afterwards.

  40. def withProver[A](f: (SimpleAPI) ⇒ A): A

    Permalink

    Run the given function with a fresh prover, and shut down the prover afterwards.

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped