I am new to NuSMV and I have a model as follow
MODULE main VAR state : {S0, S1, S2, S3}; ASSIGN init(state) := {S0}; next(state) := case state = S0