package
scala
Type Members
-
trait
Default
[A]
extends AnyRef
-
-
class
TheoryProxy
extends AbstractTheoryProxy
-
class
Z3AST
extends AnyRef
-
class
Z3ASTKind
extends AnyRef
-
case class
Z3AppAST
(decl: Z3FuncDecl, args: Seq[Z3AST]) extends Z3ASTKind with Product with Serializable
-
class
Z3Config
extends AnyRef
-
class
Z3Context
extends AnyRef
-
class
Z3FuncDecl
extends AnyRef
-
class
Z3Function
extends AnyRef
-
case class
Z3IntSymbol
(value: Int) extends Z3SymbolKind[Int] with Product with Serializable
-
class
Z3Literals
extends AnyRef
-
class
Z3Model
extends AnyRef
-
case class
Z3NumeralAST
(value: Option[Int]) extends Z3ASTKind with Product with Serializable
-
class
Z3Pattern
extends AnyRef
-
-
class
Z3Sort
extends AnyRef
-
case class
Z3StringSymbol
(value: String) extends Z3SymbolKind[String] with Product with Serializable
-
class
Z3Symbol
extends AnyRef
-
class
Z3SymbolKind
[T]
extends AnyRef
-
class
Z3Theory
extends AnyRef
Value Members
-
object
DefaultBoolean
extends Default[Boolean]
-
object
DefaultInt
extends Default[Int]
-
object
Z3Canceled
extends Z3SearchFailure with Product with Serializable
-
object
Z3Context
extends AnyRef
-
object
Z3DeclKind
extends Enumeration
-
object
Z3IncompleteTheory
extends Z3SearchFailure with Product with Serializable
-
object
Z3MemoutWatermark
extends Z3SearchFailure with Product with Serializable
-
object
Z3Model
extends AnyRef
-
object
Z3NoFailure
extends Z3SearchFailure with Product with Serializable
-
object
Z3NumConflicts
extends Z3SearchFailure with Product with Serializable
-
object
Z3QuantifierAST
extends Z3ASTKind with Product with Serializable
-
object
Z3Quantifiers
extends Z3SearchFailure with Product with Serializable
-
object
Z3Timeout
extends Z3SearchFailure with Product with Serializable
-
object
Z3Unknown
extends Z3SearchFailure with Product with Serializable
-
object
Z3UnknownAST
extends Z3ASTKind with Product with Serializable
-
object
Z3VarAST
extends Z3ASTKind with Product with Serializable
-
package
dsl
-
def
error
(any: Any): Nothing
-
implicit def
liftDefaultToFun
[A, B]
(implicit arg0: Default[B]): Default[(A) ⇒ B]
-
implicit def
liftDefaultToSet
[A]
(implicit arg0: Default[A]): Default[Set[A]]
-
def
resetMemory
: Unit
-
def
toPtrArray
(ptrs: Iterable[AnyRef { def ptr: Long }]): Array[Long]
-
def
toggleWarningMessages
(enabled: Boolean): Unit
-
lazy val
version
: String