How do we parametrize the SPIN model with the number of threads? I am using the standard SPIN model checker. Does it have options to set the number of parallel threads? I checked the reference but didn't find anything useful
How do we parametrize the SPIN model with the number of threads? I am using the standard SPIN model checker. Does it have options to set the number of parallel threads? I checked the reference but didn't find anything useful
You can dynamically spawn a Promela process using the
run
operator. You can thus iterate as:You can also define a file like:
and then run a SPIN simulation:
or a verification