Assertion reducer #935
pieter-bos
started this conversation in
Ideas
Replies: 1 comment
-
Some more detailed thoughts:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's a common technique to add a bunch of assertions as intermediate steps if a proof goal fails. Once that repairs the proof goal, some of the assertions may still be necessary as a proof step, but many are probably superfluous. It might be nice if VerCors can run the verifier a bunch of times and automatically infer which assertions do not improve the verification time and/or maintain the proof.
Beta Was this translation helpful? Give feedback.
All reactions