You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at the moment, our vc explanations for high-level constructs such as while loops or proc calls just show the invariant/pre as the explanation, but they don't ever show that there are side-conditions. ideally, we'd somehow also show that e.g. I <= Phi(I) must hold, referencing the loop body's pre explanation as part of Phi(I).
The text was updated successfully, but these errors were encountered:
at the moment, our vc explanations for high-level constructs such as while loops or proc calls just show the invariant/pre as the explanation, but they don't ever show that there are side-conditions. ideally, we'd somehow also show that e.g.
I <= Phi(I)
must hold, referencing the loop body's pre explanation as part ofPhi(I)
.The text was updated successfully, but these errors were encountered: