Here you can ask questions and find or give answers to organizational, academic and other questions about studying computer science.
1.1k questions
1.3k answers
1.7k comments
557 users
As this cannot be checked in tool, I am asking it here. I solved it on my own and I am trying to violate S2 and satisfy S1.
S1= A(!a & FGa)
S2 =A(!a & FAGa)
For the single path s0s1(s2)^w, S2 is violated since in AFAGa, AGa does not hold in state s0 and s1. I am wondering will this be enough to violate or will AF cause issue?