class
Z3Model
extends AnyRef
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
delete
: Unit
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
eval
(ast: Z3AST): Option[Z3AST]
-
def
evalAs
[T]
(input: Z3AST)(implicit converter: (Z3Model, Z3AST) ⇒ Option[T]): Option[T]
-
def
finalize
(): Unit
-
def
getArrayValue
(ast: Z3AST): Option[(Map[Z3AST, Z3AST], Z3AST)]
-
def
getArrayValueOld
(ast: Z3AST): Option[(Map[Z3AST, Z3AST], Z3AST)]
-
def
getClass
(): java.lang.Class[_]
-
def
getModelConstantInterpretation
(name: String): Option[Z3AST]
-
def
getModelConstantInterpretations
: Iterator[(Z3FuncDecl, Z3AST)]
-
def
getModelConstants
: Iterator[Z3FuncDecl]
-
def
getModelFuncInterpretation
(fd: Z3FuncDecl): Option[Z3Function]
-
def
getModelFuncInterpretations
: Iterator[(Z3FuncDecl, Seq[(Seq[Z3AST], Z3AST)], Z3AST)]
-
def
getSetValue
(ast: Z3AST): Option[Set[Z3AST]]
-
def
hashCode
(): Int
-
def
isArrayValue
(ast: Z3AST): Option[Int]
-
def
isInstanceOf
[T0]
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
val
ptr
: Long
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any