For true stateless model checking, identical schedulings must reach identical states. When exploring in parallel, "identical" processes must therefore have the same PIDs.
This can be done by instrumentation of the self() primitive. Due to its possible presence in guards, this is trickier than other primitives.
For true stateless model checking, identical schedulings must reach identical states. When exploring in parallel, "identical" processes must therefore have the same PIDs.
This can be done by instrumentation of the
self()
primitive. Due to its possible presence in guards, this is trickier than other primitives.