Skip to content

Commit 4ac55f8

Browse files
committed
solve issue with preliminary simplifications
1 parent bf37f55 commit 4ac55f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pnmcc/fr.lip6.move.gal.application.pnmcc/src/fr/lip6/move/gal/application/GlobalPropertySolver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public boolean solveProperty(String examination, MccTranslator reader) {
135135
}
136136
isSafe = true;
137137
}
138-
if (QUASI_LIVENESS.equals(examination)) {
138+
if (QUASI_LIVENESS.equals(examination) || STABLE_MARKING.equals(examination)) {
139139
reader.createSPN(false, false);
140140
} else {
141141
reader.createSPN();

0 commit comments

Comments
 (0)