The SMTLib2 directive (get-info all-statistics)
displays several numbers, e.g.
num. conflicts: 4
num. propagations: 0 (binary: 0)
num. qa. inst: 23
In order to test different axiomatisations and encodings I d like to know which of those numbers are appropriate to declare that one Z3 run is better/more efficient than another.
Guessing from the names I d say that num. qa. inst
- the number of quantifier instantiations - is a good indicator (lower = better), but what about the others?