An Entry object represents an element in the finite map used to encode a function interpretation. More...
Inheritance diagram for FuncInterp.Entry:
Public Member Functions override string ToString () A string representation of the function entry. 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.
Member Function Documentation ◆ ToString() override string ToString ( ) inlineA string representation of the function entry.
Definition at line 75 of file FuncInterp.cs.
80 for(uint i = 0; i < n; i++)
81res += args[i] +
", ";
82 returnres +
Value+
"]";
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.
Property Documentation ◆ Args ◆ NumArgs ◆ ValueRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4