Skip to content

Commit 54641fe

Browse files
committed
approach is only ok for "normal" PT One-Safe definition.
NB: most colored models are dealt with immediately anyway with FALSE answer.
1 parent bc69098 commit 54641fe

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
@@ -172,7 +172,7 @@ public boolean solveProperty(String examination, MccTranslator reader) {
172172
return true;
173173
}
174174

175-
if (ONE_SAFE.equals(examination)) {
175+
if (ONE_SAFE.equals(examination) && reader.getHLPN() == null) {
176176
List<Expression> toCheck = new ArrayList<>(spn.getPlaceCount());
177177
List<Integer> maxStruct = new ArrayList<>(spn.getPlaceCount());
178178
List<Integer> maxSeen = new ArrayList<>(spn.getPlaceCount());

0 commit comments

Comments
 (0)