I want to know how to attribute names to properties inside SMV file.
I have done this but only from the terminal (see the following code)
NuSMV > add_property -c -p "AG !(Object1.state = ready & AX Object2.state = running)" -n "first"
NuSMV > check_property
According to the documentation, one can assign a name to each specification as follows:
where
NAMEis a keyword andnameis the designed label for the given specification.