An Entry object represents an element in the finite map used to encode a function interpretation. More...
Public Member Functions | |
override string | ToString () |
A string representation of the function entry. More... | |
Public Member Functions inherited from Z3Object | |
void | Dispose () |
Disposes of the underlying native Z3 object. More... | |
Properties | |
Expr | Value [get] |
Return the (symbolic) value of this entry. More... | |
uint | NumArgs [get] |
The number of arguments of the entry. More... | |
Expr[] | Args [get] |
The arguments of the function entry. More... | |
Properties inherited from Z3Object | |
Context | Context [get] |
Access Context object More... | |
An Entry object represents an element in the finite map used to encode a function interpretation.
Definition at line 35 of file FuncInterp.cs.
|
inline |
A string representation of the function entry.
Definition at line 75 of file FuncInterp.cs.
|
get |
The arguments of the function entry.
Definition at line 59 of file FuncInterp.cs.
Referenced by FuncInterp.Entry.ToString(), and FuncInterp.ToString().
|
get |
The number of arguments of the entry.
Definition at line 51 of file FuncInterp.cs.
Referenced by FuncInterp.Entry.ToString(), and FuncInterp.ToString().
|
get |
Return the (symbolic) value of this entry.
Definition at line 40 of file FuncInterp.cs.
Referenced by FuncInterp.Entry.ToString(), and FuncInterp.ToString().