Data Structures | |
class | Entry |
Public Member Functions | |
int | getNumEntries () |
Entry< R >[] | getEntries () |
Expr< R > | getElse () |
int | getArity () |
String | toString () |
Additional Inherited Members | |
Static Public Member Functions inherited from Z3Object | |
static long[] | arrayToNative (Z3Object[] a) |
static int | arrayLength (Z3Object[] a) |
A function interpretation is represented as a finite map and an 'else' value. Each entry in the finite map represents the value of a function given a set of arguments.
Definition at line 26 of file FuncInterp.java.
|
inline |
The arity of the function interpretation
Z3Exception | on error |
Definition at line 144 of file FuncInterp.java.
|
inline |
The (symbolic) ‘else’ value of the function interpretation.
Z3Exception | |
Z3Exception | on error |
Definition at line 133 of file FuncInterp.java.
|
inline |
The entries in the function interpretation
Z3Exception | |
Z3Exception | on error |
Definition at line 116 of file FuncInterp.java.
|
inline |
The number of entries in the function interpretation.
Z3Exception | on error |
Definition at line 105 of file FuncInterp.java.
|
inline |
A string representation of the function interpretation.
Definition at line 152 of file FuncInterp.java.