Package com.microsoft.z3
Class FuncInterp.Entry<R extends Sort>
java.lang.Object
com.microsoft.z3.Z3Object
com.microsoft.z3.FuncInterp.Entry<R>
- Enclosing class:
- FuncInterp<R extends Sort>
An Entry object represents an element in the finite map used to encode a
function interpretation.
-
Method Summary
Methods inherited from class com.microsoft.z3.Z3Object
arrayLength, arrayToNative
-
Method Details
-
getValue
Return the (symbolic) value of this entry.- Throws:
Z3ExceptionZ3Exception- on error
-
getNumArgs
public int getNumArgs()The number of arguments of the entry.- Throws:
Z3Exception- on error
-
getArgs
The arguments of the function entry.- Throws:
Z3ExceptionZ3Exception- on error
-
toString
A string representation of the function entry.
-