Method
IpuzPuzzleInfoget_settability_score
Declaration [src]
gdouble
ipuz_puzzle_info_get_settability_score (
IpuzPuzzleInfo* self
)
Description [src]
Returns the settability score of the puzzle. This score is a number between 0.0 and 100.0 that gives a sense of how difficult it is to fill a given grid.
The score is a heuristic: it’s made from a combination of different grid factors. It only calculated for standard crosswords, as cryptic grids are generally much easier to fill.
The bucket found in
ipuz_puzzle_info_get_settability_bucket() may work better for
displaying to users.
| Gets property | Ipuz.PuzzleInfo:settability-score |