3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +00:00

count lazy bindings

This commit is contained in:
Nikolaj Bjorner 2021-09-28 08:27:46 -07:00
parent 3abecc3428
commit 2e176a0e02
2 changed files with 3 additions and 0 deletions

View file

@ -41,6 +41,7 @@ namespace q {
unsigned m_num_propagations;
unsigned m_num_conflicts;
unsigned m_num_redundant;
unsigned m_num_delayed_bindings;
stats() { reset(); }