3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-20 18:20:22 +00:00
This commit is contained in:
Nikolaj Bjorner 2018-05-01 07:13:05 -07:00
commit fd5159bf18
137 changed files with 2942 additions and 859 deletions

View file

@ -3922,7 +3922,7 @@ namespace smt {
#if 0
{
static unsigned counter = 0;
static uint64 total = 0;
static uint64_t total = 0;
static unsigned max = 0;
counter++;
total += num_lits;