Skip to content
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

Error in writing free constraints #17

Open
wadoon opened this issue Apr 13, 2017 · 3 comments
Open

Error in writing free constraints #17

wadoon opened this issue Apr 13, 2017 · 3 comments
Labels

Comments

@wadoon
Copy link
Member

wadoon commented Apr 13, 2017

The constraint >=-10,<=-5 is translated to <constraint constraint="var_&gt;=-10, &lt;=-5" data-type="INT" name="var_x1"/>

@wadoon wadoon added the bug label May 2, 2017
@csicar
Copy link
Collaborator

csicar commented Jun 8, 2017

should be <constraint constraint="&gt;=-10, &lt;=-5" data-type="INT" name="var_x1"/>

@wadoon
Copy link
Member Author

wadoon commented Jun 8, 2017

relevant for the INDIN paper

@csicar
Copy link
Collaborator

csicar commented Jun 12, 2017

Probably related: Failed Test https://circleci.com/gh/VerifAPS/stvs/50 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_-

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants