-
Notifications
You must be signed in to change notification settings - Fork 2
symdivine ltl error #10
Comments
Hi, The second error is related to #6, are you using pointers in your program? |
Hi, thanks for your quick response. My LTL formula is : |
Atomic proposition has to be enclosed in [] and has to refer to global variables (global variables are named seg1_off{x}, where {x} is their index in bitcode file). So your formula should look like this: (G([seg1_off0 = 0(32)] => F [seg1_off1 = 1(32)])). |
Hi, I still get the same error even after the modification of the property. |
There are the same examples with their properties written in property.ltl file. |
Please check if I'm using the correct model in this example
|
|
As an ouput for the command I got :
Why you added cat ? |
GitHub escaped quotes - I updated the comment. |
First thanks a lot for your help, but still not working.
I also tried on my program and got:
What do you think it is related to? Thanks again |
Hi, I got the same error as an input for all the models that I've tried when trying to verify LTL property.
which is:
And for the reachability for one of my models I got this output
Any help please,
thank you.
The text was updated successfully, but these errors were encountered: