Skip to content

Commit

Permalink
Merge branch 'update-5' into jiong-idea
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Jun 3, 2024
2 parents 4a1604b + a86483f commit bef1ac8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/counter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,9 @@ void Counter::one_measurement_count(
int64_t num_explored = 0;
int64_t lower_fib = 0;
int64_t upper_fib = total_max_xors;
threshold_sols[total_max_xors] = 0;
sols_for_hash[total_max_xors] = 1;

int64_t hash_cnt = prev_measure;
int64_t hash_prev = hash_cnt;

Expand Down

0 comments on commit bef1ac8

Please sign in to comment.