Skip to content

Commit

Permalink
call AllSolved when all is solved
Browse files Browse the repository at this point in the history
  • Loading branch information
yanntm committed Apr 22, 2023
1 parent 8edf3dd commit 4f3a703
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,7 @@ public Object startNoEx(IApplicationContext context) throws Exception {
int solved = logicSolver.preSolveForLogic(reader, doneProps, false);
if (solved > 0) {
if (reader.getSPN().getProperties().isEmpty()) {
allSolved(pwd,examination);
return null;
}
}
Expand Down

0 comments on commit 4f3a703

Please sign in to comment.