summaryrefslogtreecommitdiff
path: root/src/main/command_executor.cpp
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-04-02 11:43:53 -0500
committerGitHub <noreply@github.com>2021-04-02 16:43:53 +0000
commitc6c40d12c38fb30d0c4f503353532b93f03e745a (patch)
tree366ad9f9af8144e4259a39bbce7379d7bd2ce944 /src/main/command_executor.cpp
parented1e21df4c7364e9d78f1a5c0605c45640d9ccca (diff)
Fix case where RE unfolding generates a trivially true lemma (#6267)
An RE unfolding lemma may rewrite to true for tautological RE memberships that our rewriter does not rewrite the membership to true. An example is (str.in_re x (re.* (re.union (str.to_re "A") (str.to_re x))). This PR ensures we are robust to these cases. This fixes benchmarks 3-5 from #6203. Benchmark 3 is added here, 4-5 time out.
Diffstat (limited to 'src/main/command_executor.cpp')
0 files changed, 0 insertions, 0 deletions
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback