lept.L_SUDOKU |
lept.L_SUDOKU.current(int current) |
lept.L_SUDOKU |
lept.L_SUDOKU.failure(int failure) |
lept.L_SUDOKU |
lept.L_SUDOKU.finished(int finished) |
lept.L_SUDOKU |
lept.L_SUDOKU.init(org.bytedeco.javacpp.IntPointer init) |
lept.L_SUDOKU |
lept.L_SUDOKU.locs(org.bytedeco.javacpp.IntPointer locs) |
lept.L_SUDOKU |
lept.L_SUDOKU.nguess(int nguess) |
lept.L_SUDOKU |
lept.L_SUDOKU.num(int num) |
lept.L_SUDOKU |
lept.L_SUDOKU.position(long position) |
lept.L_SUDOKU |
lept.L_SUDOKU.state(org.bytedeco.javacpp.IntPointer state) |
static lept.L_SUDOKU |
lept.sudokuCreate(int[] array) |
static lept.L_SUDOKU |
lept.sudokuCreate(IntBuffer array) |
static lept.L_SUDOKU |
lept.sudokuCreate(org.bytedeco.javacpp.IntPointer array) |
static lept.L_SUDOKU |
lept.sudokuGenerate(int[] array,
int seed,
int minelems,
int maxtries) |
static lept.L_SUDOKU |
lept.sudokuGenerate(IntBuffer array,
int seed,
int minelems,
int maxtries) |
static lept.L_SUDOKU |
lept.sudokuGenerate(org.bytedeco.javacpp.IntPointer array,
int seed,
int minelems,
int maxtries) |