The main interaction with Z3 happens via the Context.
An Entry object represents an element in the finite map used to encode a function interpretation.
uint NumArgs
The number of arguments of the entry.
Expr Value
Return the (symbolic) value of this entry.
Expr[] Args
The arguments of the function entry.
override string ToString()
A string representation of the function entry.