Objects of this class track statistical information about solvers. More...
Data Structures | |
class | Entry |
Statistical data is organized into pairs of [Key, Entry], where every Entry is either a DoubleEntry or a UIntEntry More... | |
Public Member Functions | |
override string | ToString () |
A string representation of the statistical data. More... | |
Public Member Functions inherited from Z3Object | |
void | Dispose () |
Disposes of the underlying native Z3 object. More... | |
Properties | |
uint | Size [get] |
The number of statistical data. More... | |
Entry[] | Entries [get] |
The data entries. More... | |
string[] | Keys [get] |
The statistical counters. More... | |
Entry | this[string key] [get] |
The value of a particular statistical counter. More... | |
Properties inherited from Z3Object | |
Context | Context [get] |
Access Context object More... | |
Objects of this class track statistical information about solvers.
Definition at line 30 of file Statistics.cs.
|
inline |
|
get |
The data entries.
Definition at line 123 of file Statistics.cs.
|
get |
|
get |
The number of statistical data.
Definition at line 115 of file Statistics.cs.
|
get |
The value of a particular statistical counter.
Returns null if the key is unknown.
Definition at line 170 of file Statistics.cs.