mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
count lazy bindings
This commit is contained in:
parent
3abecc3428
commit
2e176a0e02
2 changed files with 3 additions and 0 deletions
|
@ -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(); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue