We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The constraint >=-10,<=-5 is translated to <constraint constraint="var_>=-10, <=-5" data-type="INT" name="var_x1"/>
>=-10,<=-5
<constraint constraint="var_>=-10, <=-5" data-type="INT" name="var_x1"/>
The text was updated successfully, but these errors were encountered:
should be <constraint constraint=">=-10, <=-5" data-type="INT" name="var_x1"/>
<constraint constraint=">=-10, <=-5" data-type="INT" name="var_x1"/>
Sorry, something went wrong.
relevant for the INDIN paper
Probably related: Failed Test https://circleci.com/gh/VerifAPS/stvs/50 edu.kit.iti.formal.stvs.logic.io.xml.verification.GeTeTaExporterTest.testExport()
edu.kit.iti.formal.stvs.logic.io.xml.verification.GeTeTaExporterTest.testExport()
The problem is likely that the wildcard-constraint for the free variable - gets escaped to var_-
-
var_-
No branches or pull requests
The constraint
>=-10,<=-5
is translated to<constraint constraint="var_>=-10, <=-5" data-type="INT" name="var_x1"/>
The text was updated successfully, but these errors were encountered: