Open wadoon opened 7 years ago
should be <constraint constraint=">=-10, <=-5" data-type="INT" name="var_x1"/>
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()
The problem is likely that the wildcard-constraint for the free variable -
gets escaped to var_-
The constraint
>=-10,<=-5
is translated to<constraint constraint="var_>=-10, <=-5" data-type="INT" name="var_x1"/>