Skip to content

Commit

Permalink
report all solved in RF/RC
Browse files Browse the repository at this point in the history
  • Loading branch information
yanntm authored Apr 22, 2023
1 parent a9fda6a commit 8edf3dd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1032,6 +1032,7 @@ public Object startNoEx(IApplicationContext context) throws Exception {
if (doneProps.keySet().containsAll(
reader.getSPN().getProperties().stream().map(p -> p.getName()).collect(Collectors.toList()))) {
System.out.println("All properties solved without resorting to model-checking.");
allSolved(pwd,examination);
return null;
} else
tryRebuildPNML(pwd, examination, rebuildPNML, reader, doneProps);
Expand Down

0 comments on commit 8edf3dd

Please sign in to comment.