Closed LangInteger closed 5 months ago
Sorry for the late reply.
This example will not be supported by RPP in the near future, due to limitations of the theory currently used in the tool. Unfortunately, I can't see a workaround for your example without changing the declaration of the global variable.
Work is in progress on a new approach that will support such examples. But I can't say whether it will be available in RPP.
Thanks!
See the below code:
The code can work with
frama-c -wp
, the output:But as I want to prove the relational property, when running with
frama-c -rpp -rpp-pro
, it will complain:Will this be supported in RPP. Highly appreciate it if there is any workaround for this (without modifying the global variable declaration).