class Model extends AnyRef
The model class provides access to the generated streams and values and extracts them from Z3's model into a more high-level representation.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Model
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def eval(ex: Expr): Expr
- def evalBool(expr: Expr): Boolean
- def evalExpr(expr: Expr, ty: Type, allowError: Boolean = true): String
- def evalFloat(expr: Expr): Double
- def evalInt(expr: Expr): Int
- def evalStream[T <: Expr](stream: TyArray[T], name: String): (Seq[TestEvent], Seq[TestError])
- def evalStreamIdx[T <: Expr](stream: TyArray[T], i: Int, allowError: Boolean): String
- val evalTimes: IndexedSeq[Int]
- def gatherUnresolved(previous: Iterable[IfId]): Iterable[IfId]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- Model → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val model: com.microsoft.z3.Model
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def prettyPrint: String
-
def
printSmtlib: String
Print the raw Z3 model in SMT-lib format (Thats lisp-like)
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
testCase(): Example
Produce an example.
Produce an example.
Note: The example may need further processing for handling progress correctly etc.
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )