summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/extended_rewrite.cpp
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-09-25 00:24:20 -0500
committerAndres Noetzli <andres.noetzli@gmail.com>2018-09-24 22:24:20 -0700
commitd383a8ff4868d80f33247b84e94c6ea9c0c1b3c5 (patch)
tree10f6ef8c23277b0ba15a54b667453649360a8c64 /src/theory/quantifiers/extended_rewrite.cpp
parente9c115e82ea1341f1bbc37fb99c005aacec3d7ec (diff)
Fix quantifiers selector over store rewrite (#2510)
Due an ordering on if's the rewrite sel( store( a, i, j ), k ) ---> ite( k=i, j, sel( a, k ) ) was very rarely kicking in. After the change, we are +61-7 on SMT LIB: https://www.starexec.org/starexec/secure/details/job.jsp?id=30581
Diffstat (limited to 'src/theory/quantifiers/extended_rewrite.cpp')
0 files changed, 0 insertions, 0 deletions
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback