I'm struggling with some simple verification. I have automata and value x like this:
When x at the start is different from 0 then E<> x !=0 is satisfied, but when x = 0, then its not satisfied and E<> x == 0 and A<> x == 0 are satisfied. But I would like to get a not satisfied for E<> x !=0 even when x is different from 0 at the start.
What should I change? How does that verify-er works exactly? Empty path, when nothing was executed is a correct path too? And the Set of all possibly paths contains this empty path as well?