everyone! when I run the following pml file with spin command:
pml file: [https://github.com/kikishao/ACC/blob/main/modex_model3.pml]
spin command:
spin -f !([] (((((states==stop)&&(currentspeed==0)&&(timeGap==0)))-((controlAction==fullystop))))) -a -lm modex_model3.pml
I get the error message:
spin: modex_model3.pml.nvr:5, Error: syntax error saw ''/' = 47'
spin: modex_model3.pml.nvr:5, Error: syntax error saw ''/' = 47'
spin: modex_model3.pml.nvr:11, Error: aborting (ana_stmnt)
Firstly, I don't know how to view modex_model3.pml.nvr files, and secondly, what does "/" mean?how can i fix it? thanks!!!