-
Notifications
You must be signed in to change notification settings - Fork 76
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
Add YAML witness output #744
Conversation
I think we might want options like So the question is, what prefix to use for such unified options? Maybe |
Yes, I think that would make sense!
Yes, that is a sensible option! However, I am a bit dubious as to how you would achieve this when the dumping of yaml witnesses is not formulated as a transformation of the AST where the AST is easily at hand. |
I don't think it's any harder because This should be more reliable overall since AST transformations can only do queries based on |
Closes #741.
Adds YAML witnesses with options under
witness.yaml
. These are separate from any of the SV-COMP or GraphML witness options, since we want these witnesses also outside of SV-COMP. However, outside of SV-COMP, the resulting witnesses are "invalid" since they're missing thespecification
key that we normally simply don't have.TODO