public class L_Sudoku
extends org.bridj.StructObject
| Constructor and Description |
|---|
L_Sudoku() |
L_Sudoku(org.bridj.Pointer pointer) |
| Modifier and Type | Method and Description |
|---|---|
int |
current()
index into @locs of current location
C type : l_int32 |
L_Sudoku |
current(int current)
index into @locs of current location
C type : l_int32 |
int |
failure()
set to 1 if no solution is possible
C type : l_int32 |
L_Sudoku |
failure(int failure)
set to 1 if no solution is possible
C type : l_int32 |
int |
finished()
set to 1 when solved
C type : l_int32 |
L_Sudoku |
finished(int finished)
set to 1 when solved
C type : l_int32 |
org.bridj.Pointer<java.lang.Integer> |
init()
initial state, with 0 representing
C type : l_int32* |
L_Sudoku |
init(org.bridj.Pointer<java.lang.Integer> init)
initial state, with 0 representing
C type : l_int32* |
org.bridj.Pointer<java.lang.Integer> |
locs()
location of unknowns
C type : l_int32* |
L_Sudoku |
locs(org.bridj.Pointer<java.lang.Integer> locs)
location of unknowns
C type : l_int32* |
int |
nguess()
shows current number of guesses
C type : l_int32 |
L_Sudoku |
nguess(int nguess)
shows current number of guesses
C type : l_int32 |
int |
num()
number of unknowns
C type : l_int32 |
L_Sudoku |
num(int num)
number of unknowns
C type : l_int32 |
org.bridj.Pointer<java.lang.Integer> |
state()
present state, including inits and
C type : l_int32* |
L_Sudoku |
state(org.bridj.Pointer<java.lang.Integer> state)
present state, including inits and
C type : l_int32* |
public int num()
public L_Sudoku num(int num)
public org.bridj.Pointer<java.lang.Integer> locs()
public L_Sudoku locs(org.bridj.Pointer<java.lang.Integer> locs)
public int current()
public L_Sudoku current(int current)
public org.bridj.Pointer<java.lang.Integer> init()
public L_Sudoku init(org.bridj.Pointer<java.lang.Integer> init)
public org.bridj.Pointer<java.lang.Integer> state()
public L_Sudoku state(org.bridj.Pointer<java.lang.Integer> state)
public int nguess()
public L_Sudoku nguess(int nguess)
public int finished()
public L_Sudoku finished(int finished)
public int failure()
public L_Sudoku failure(int failure)