-
Notifications
You must be signed in to change notification settings - Fork 44
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
ResultNotifier messages are not consistent with actual result messages #6
Comments
It seems that not all toolchains are affected. E.g., if I use the Automizer toolchain, I obtain the following. |
In the lira case, bounds for integer variables might not be integers. In this case, we normalise these bounds by rounding and choosing the appropriate value. If the interval becomes singular, we return the only possible value. This fixes #6.
When using the command line interface (tested with the binary release 0.1.19) and using the AutomataScriptInterpreter (may also occur with other toolchains; not tested) on an automata file (*.ats) that contains an assertion ( |
What is the expected behavior?
Do you have a sample input file, settings file, toolchain file (just something from our repo is enough, you do not need to attach it). |
I do not know the expected behavior because I do not know the spec of the CLI. To reproduce, run the CLI with the toolchain AutomataScriptInterpreter.xml and this example, but I expect any example with assertions should do. |
As seen in Jan Hättig's presentation today, the result notifier states that there is no result when the real result is actually safe. Either remove the result notifier or fix this contradiction.
The text was updated successfully, but these errors were encountered: