Package com.microsoft.z3
Class Statistics
java.lang.Object
com.microsoft.z3.Z3Object
com.microsoft.z3.Statistics
Objects of this class track statistical information about solvers.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassStatistical data is organized into pairs of [Key, Entry], where every Entry is either aDoubleEntryor aUIntEntry -
Method Summary
Methods inherited from class com.microsoft.z3.Z3Object
arrayLength, arrayToNative
-
Method Details
-
toString
A string representation of the statistical data. -
size
public int size()The number of statistical data. -
getEntries
The data entries.- Throws:
Z3Exception
-
getKeys
The statistical counters. -
get
The value of a particular statistical counter. Remarks: Returns null if the key is unknown.- Throws:
Z3Exception
-