-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unknown syntax in model produced by Alt-Ergo 2.6.0 #1270
Comments
In the SMT-LIB standard, identifiers starting with either a |
I see. It is strange that we only started observing this problem with Alt-Ergo 2.6.0 then. As for the fact that they are not bound, isn't it the same also for the |
Right, so there is a difference between identifiers starting with a On the other hand, identifiers starting with an |
Ok, thank you for the explanation! So it seems that there is really an issue in Alt-Ergo, since some |
That's not good, we are supposed to make all of those disappear and are replaced with abstract values (using |
Since Alt-Ergo 2.6.0, we are getting literals starting with
.
in the produced models, and I am not sure how they should be interpreted (currently Why3 considers them invalid syntax). For example in this file:I obtain the model
The definition of
o
contains things like(as @a2 t)
, that I expect. The definition ofq
contains.k0
instead, which seem to play a similar role but, for instance, skips the type annotation.The text was updated successfully, but these errors were encountered: