summaryrefslogtreecommitdiff
path: root/src/smt/smt_statistics_registry.cpp
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-02-22 14:15:43 -0600
committerGitHub <noreply@github.com>2021-02-22 14:15:43 -0600
commitddf647904de838e8e6ee266ad13de8a6a90250c8 (patch)
tree12105cab2b35dd303e04e7735d7923587b758af0 /src/smt/smt_statistics_registry.cpp
parent85d96c3668495fb087f059e5662072ae66d69e22 (diff)
Require length-in-conclusion form for strings inferences (#5953)
Previously, it was optional whether to put length constraints in conclusion for deq string inferences. However, due to optimizations in skolem caching, it is now required to guard these length constraints. It furthermore changes the policy to not ignore the lengths for the registered skolem, since it may be shared elsewhere. Fixes #5940. Notice that proof-new already requires this option to be enabled when proofs are enabled. Hence, this will simplify proof-new when merged.
Diffstat (limited to 'src/smt/smt_statistics_registry.cpp')
0 files changed, 0 insertions, 0 deletions
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback