Replace HistogramStat by IntegralHistogramStat (#6126)
authorGereon Kremer <gereon.kremer@cs.rwth-aachen.de>
Mon, 15 Mar 2021 19:58:57 +0000 (20:58 +0100)
committerGitHub <noreply@github.com>
Mon, 15 Mar 2021 19:58:57 +0000 (19:58 +0000)
commit429514c9cb6d187adca027ffc7542cf35543e85d
tree9d9aab55577496739577036c5cc582598d395679
parent5bbb45b820b9d695c29182f4dd2fc13fd9997e4b
Replace HistogramStat by IntegralHistogramStat (#6126)

This PR uses IntegralHistogramStat instead of HistogramStat when appropriate, that is everywhere.
17 files changed:
src/expr/proof_checker.h
src/preprocessing/util/ite_utilities.h
src/proof/sat_proof.h
src/smt/proof_post_processor.h
src/theory/arith/theory_arith_private.h
src/theory/bags/bags_rewriter.cpp
src/theory/bags/bags_rewriter.h
src/theory/bags/bags_statistics.h
src/theory/strings/sequences_rewriter.cpp
src/theory/strings/sequences_rewriter.h
src/theory/strings/sequences_stats.h
src/theory/strings/strings_rewriter.cpp
src/theory/strings/strings_rewriter.h
src/theory/strings/theory_strings_preprocess.cpp
src/theory/strings/theory_strings_preprocess.h
src/util/stats_histogram.h
test/unit/util/stats_black.cpp