Method
IpuzGridfix_guesses
Declaration [src]
void
ipuz_grid_fix_guesses (
IpuzGrid* self
)
Description [src]
Fixes the guesses associated with self. The result will be a
playable IpuzGuesses struct.
Note
This method will try to keep any guesses on cells intact. If a
fresh playing grid is desired, then it’s recommended to call
ipuz_grid_create_guesses(), and then attach it to self
with ipuz_grid_set_guesses().