ForSudoku
Source File
Modules
Procedures
is_full
Function
GPL
8 statements
Source File
sudoku.f90
sudoku
is_full
Contents
public pure function is_full(grid)
Returns true if the grid is full.
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in),
dimension(9, 9)
::
grid
Sudoky grid.
Return Value
logical