Packages

class Z3Session extends ExternalSmtlibProgram

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Z3Session
  2. ExternalSmtlibProgram
  3. SmtlibSession
  4. IncrementalProvingSession
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Z3Session()

Value Members

  1. object termRenaming
    Definition Classes
    SmtlibSession
  2. object typeRenaming
    Definition Classes
    SmtlibSession
  3. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def ##(): Int
    Definition Classes
    AnyRef → Any
  5. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Z3Session to any2stringadd[Z3Session] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  6. def ->[B](y: B): (Z3Session, B)
    Implicit
    This member is added by an implicit conversion from Z3Session to ArrowAssoc[Z3Session] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def ask(input: SExpression): SExpression
    Definition Classes
    ExternalSmtlibProgramSmtlibSession
  10. def assert(f: HOLFormula, label: String): Unit
    Definition Classes
    SmtlibSession
  11. def assert(f: HOLFormula): Unit

    Adds an assertion.

    Adds an assertion.

    Definition Classes
    SmtlibSessionIncrementalProvingSession
  12. def checkSat(): Boolean

    Checks whether the currently asserted formulas are satisfiable.

    Checks whether the currently asserted formulas are satisfiable.

    Definition Classes
    SmtlibSessionIncrementalProvingSession
  13. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def close(): Unit

    Closes the process.

    Closes the process.

    Definition Classes
    ExternalSmtlibProgramSmtlibSessionIncrementalProvingSession
  15. def command: Seq[String]
    Definition Classes
    Z3SessionExternalSmtlibProgram
  16. def convert(expr: LambdaExpression, boundVars: Map[Var, String] = Map()): SExpression
    Definition Classes
    SmtlibSession
  17. var debug: Boolean
    Definition Classes
    SmtlibSession
  18. def declareFun(fun: Const): Unit
    Definition Classes
    SmtlibSession
  19. def declareSort(sort: TBase): Unit
    Definition Classes
    SmtlibSession
  20. def declareSymbolsIn(expressions: TraversableOnce[LambdaExpression]): Unit

    Declares function symbols and base types from expressions.

    Declares function symbols and base types from expressions.

    Definition Classes
    SmtlibSessionIncrementalProvingSession
  21. def declareSymbolsIn(expressions: LambdaExpression*): Unit

    Declares function symbols and base types from expressions.

    Declares function symbols and base types from expressions.

    Definition Classes
    IncrementalProvingSession
  22. def ensuring(cond: (Z3Session) ⇒ Boolean, msg: ⇒ Any): Z3Session
    Implicit
    This member is added by an implicit conversion from Z3Session to Ensuring[Z3Session] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: (Z3Session) ⇒ Boolean): Z3Session
    Implicit
    This member is added by an implicit conversion from Z3Session to Ensuring[Z3Session] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: Boolean, msg: ⇒ Any): Z3Session
    Implicit
    This member is added by an implicit conversion from Z3Session to Ensuring[Z3Session] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: Boolean): Z3Session
    Implicit
    This member is added by an implicit conversion from Z3Session to Ensuring[Z3Session] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  28. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. def flatMap[A](f: (Z3Session.this.type) ⇒ A): A
    Definition Classes
    IncrementalProvingSession
  30. def foreach(f: (Z3Session.this.type) ⇒ Unit): Unit
    Definition Classes
    IncrementalProvingSession
  31. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Z3Session to StringFormat[Z3Session] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  32. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  33. def getUnsatCore(): Seq[String]
    Definition Classes
    SmtlibSession
  34. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  35. val in: PrintWriter
    Definition Classes
    ExternalSmtlibProgram
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. def map[A](f: (Z3Session.this.type) ⇒ A): A
    Definition Classes
    IncrementalProvingSession
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  41. val out: BufferedReader
    Definition Classes
    ExternalSmtlibProgram
  42. def pop(): Unit

    Undos the commands since the corresponding push().

    Undos the commands since the corresponding push().

    Definition Classes
    SmtlibSessionIncrementalProvingSession
  43. val process: Process
    Definition Classes
    ExternalSmtlibProgram
  44. def produceUnsatCores(): Unit
    Definition Classes
    SmtlibSession
  45. def push(): Unit

    Starts a new scope.

    Starts a new scope. All commands that are issued will be reverted after the corresponding call to pop().

    Definition Classes
    SmtlibSessionIncrementalProvingSession
  46. def sendSuccess(input: SExpression): Unit
    Definition Classes
    SmtlibSession
  47. def setLogic(logic: String): Unit
    Definition Classes
    SmtlibSession
  48. def setOption(option: String, args: String*): Unit
    Definition Classes
    SmtlibSession
  49. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  50. def tell(input: SExpression): Unit
    Definition Classes
    ExternalSmtlibProgramSmtlibSession
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. def withScope[A](f: ⇒ A): A

    Run f in its own scope, i.e.

    Run f in its own scope, i.e. push(); f; pop()

    Definition Classes
    IncrementalProvingSession
  56. def [B](y: B): (Z3Session, B)
    Implicit
    This member is added by an implicit conversion from Z3Session to ArrowAssoc[Z3Session] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from ExternalSmtlibProgram

Inherited from SmtlibSession

Inherited from IncrementalProvingSession

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Z3Session to any2stringadd[Z3Session]

Inherited by implicit conversion StringFormat from Z3Session to StringFormat[Z3Session]

Inherited by implicit conversion Ensuring from Z3Session to Ensuring[Z3Session]

Inherited by implicit conversion ArrowAssoc from Z3Session to ArrowAssoc[Z3Session]

Ungrouped