A forum for Spin users
You are not logged in.
Pages: 1
The minimum way to reproduce this case:
init{
skip
}
#define fair_run (([]<> (_last == 3)) && ([]<> (_last == 4)) && ([]<> (_last == 5)) && ([]<> (_last == 6)))
ltl fr {!fair_run }
Is my ltl specified in a wrong way?
Offline
Sorry to disturb. This minimum example finally compiled and it spent some time to generate the automata (with 3122 lines, 170082 characters).
Offline
Offline
Pages: 1