mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
groupsolver: show working when using -v on ambiguous puzzles.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user