Closed bafain closed 12 years ago
Where exactly is the problem with that? As long as I bind it with a forall quantifier, this shouldn't be a problem, should it?
This is right, there is no problem with that in the program transformation or formula compilation since the prover ignores initial values set for quantifier parameters (the ambiguity of VariableDeclaration
s mentioned above that is).
"Prove it!" the following Worthwhile specification and inspect the partial prove result for the loop.
The displayed string result includes the variable
a
's initial value.Because we do not distinguish between variable and variable declaration in the model we do not in
AstNodeToStringHelper
either, which is used here for rendering.