We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cde7c73 commit 4fbd2beCopy full SHA for 4fbd2be
1 file changed
prism/src/explicit/ConstructModel.java
@@ -474,9 +474,10 @@ else if (modelType == ModelType.SMG) {
474
mainLog.println(" done in " + ((System.currentTimeMillis() - timer) / 1000.0) + " secs.");
475
//mainLog.println(states);
476
477
- // Add idle actions
478
- if (modelType == ModelType.CSG)
+ // Add idle actions (concurrent games)
+ if (!justReach && modelType == ModelType.CSG) {
479
csg.addIdleIndexes();
480
+ }
481
482
// Find/fix deadlocks (if required)
483
if (!justReach && findDeadlocks) {
0 commit comments