Leptonica 1.68
C Image Processing Library
|
Tests sudoku solver. More...
#include "allheaders.h"
Go to the source code of this file.
Functions | |
main (int argc, char **argv) | |
Variables | |
static const char * | startsol = "6 5 8 4 2 3 9 7 1" |
Tests sudoku solver.
Definition in file sudokutest.c.
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 34 of file sudokutest.c.
References ERROR_INT, L_SUDOKU_INIT, L_SUDOKU_STATE, lept_free(), NULL, startsol, startTimer(), stopTimer(), sudokuCreate(), sudokuDestroy(), sudokuGenerate(), sudokuOutput(), sudokuReadFile(), sudokuReadString(), sudokuSolve(), and sudokuTestUniqueness().
const char* startsol = "6 5 8 4 2 3 9 7 1" [static] |
Definition at line 24 of file sudokutest.c.
Referenced by main().