groupsolver: show working when using -v on ambiguous puzzles.

This commit is contained in:
Simon Tatham
2020-05-22 19:00:01 +01:00
parent 7acc554805
commit 8629ef8974

View File

@ -2267,6 +2267,11 @@ int main(int argc, char **argv)
}
if (diff == DIFFCOUNT) {
if (really_show_working) {
solver_show_working = true;
memcpy(grid, s->grid, p->w * p->w);
ret = solver(&s->par, grid, DIFFCOUNT - 1);
}
if (grade)
printf("Difficulty rating: ambiguous\n");
else