Objects of this class track statistical information about solvers. More...
class Entry Statistical data is organized into pairs of [Key, Entry], where every Entry is either aDoubleEntry
or a UIntEntry
More...
Objects of this class track statistical information about solvers.
Definition at line 30 of file Statistics.cs.
◆ ToString() override string ToString ( ) inlineA string representation of the statistical data.
Definition at line 107 of file Statistics.cs.
109 returnNative.Z3_stats_to_string(
Context.nCtx, NativeObject);
Context Context
Access Context object
◆ EntriesThe data entries.
Definition at line 123 of file Statistics.cs.
127 returnNativeEntries(
Context.nCtx, NativeObject);
◆ KeysThe statistical counters.
Definition at line 153 of file Statistics.cs.
159 string[] res =
new string[n];
160 for(uint i = 0; i < n; i++)
161res[i] = Native.Z3_stats_get_key(
Context.nCtx, NativeObject, i);
uint Size
The number of statistical data.
◆ SizeThe number of statistical data.
Definition at line 115 of file Statistics.cs.
117 get{
returnNative.Z3_stats_size(
Context.nCtx, NativeObject); }
◆ this[string key]The value of a particular statistical counter.
Returns null if the key is unknown.
Definition at line 170 of file Statistics.cs.
176 for(uint i = 0; i < n; i++)
177 if(es[i].Key == key)
Entry[] Entries
The data entries.
RetroSearch 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