is_full Function

public pure function is_full(grid)

Returns true if the grid is full.

Arguments

Type IntentOptional Attributes Name
integer, intent(in), dimension(9, 9) :: grid

Sudoky grid.

Return Value logical