Closed
Description
When sending a model with quantifiers in assertions to the SMT backend, when the analysis fails with counter examples, CBMC tries to retrieve the value of all assertions by sending get-value
to the SMT solver. However in some casesz3
fails on these statements because quantifiers are not supported in get-value
commands.
CBMC version:
Operating system:
Exact command line resulting in the issue:
What behaviour did you expect:
What happened instead: