Inheritance diagram for FuncInterp< R extends Sort >: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 28 of file FuncInterp.java.
|
inline |
The arity of the function interpretation
| Z3Exception | on error |
Definition at line 158 of file FuncInterp.java.
|
inline |
The (symbolic) ‘else’ value of the function interpretation.
| Z3Exception | |
| Z3Exception | on error |
Definition at line 147 of file FuncInterp.java.
|
inline |
The entries in the function interpretation
| Z3Exception | |
| Z3Exception | on error |
Definition at line 130 of file FuncInterp.java.
|
inline |
The number of entries in the function interpretation.
| Z3Exception | on error |
Definition at line 119 of file FuncInterp.java.
|
inline |
A string representation of the function interpretation.
Definition at line 166 of file FuncInterp.java.