summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/sygus/synth_engine.cpp
diff options
context:
space:
mode:
authorGereon Kremer <gkremer@stanford.edu>2021-02-17 09:17:03 +0100
committerGitHub <noreply@github.com>2021-02-17 09:17:03 +0100
commita1a2d9389730ed46ab246865e320108db07c30ff (patch)
treeb48fa21590963c378a39e1f8a54e696a588f3179 /src/theory/quantifiers/sygus/synth_engine.cpp
parent20d266f9e641062004633e24e74878791be2b919 (diff)
Add new IntegralHistogramStat (#5898)
This PR adds a new statistics class that improves on HistogramStat if we know that the type is integral (also supporting enums). Instead of using a comparably slow std::map like HistogramStat, IntegralHistogramStat uses a std::vector that is resized appropriately. The integral values are simply cast to std::int64_t and used as indices into the vector.
Diffstat (limited to 'src/theory/quantifiers/sygus/synth_engine.cpp')
0 files changed, 0 insertions, 0 deletions
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback