Skip to content

Commit

Permalink
Fix Quantify runs statistics are not recorded for 'bdd_relnext'
Browse files Browse the repository at this point in the history
  • Loading branch information
SSoelvsten committed Oct 7, 2024
1 parent 5548d33 commit dce1272
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/adiar/bdd/relprod.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,9 @@ namespace adiar
case replace_type::Identity:
#ifdef ADIAR_STATS
internal::stats_replace.monotonic_reduces += 1u;
internal::stats_quantify.runs += 1u;
internal::stats_quantify.nested_sweeps += 1u;
internal::stats_quantify.nested_transposition.none += 1;
#endif
relnext_quantify_replace_policy quantify_replace_policy(m);
return internal::nested_sweep<>(ep, std::move(tmp_1), quantify_replace_policy);
Expand Down

0 comments on commit dce1272

Please sign in to comment.