|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectExamplesJaCoP.Example
ExamplesJaCoP.Sudoku
public class Sudoku
| Field Summary |
|---|
| Fields inherited from class ExamplesJaCoP.Example |
|---|
cost, search, store, vars |
| Constructor Summary | |
|---|---|
Sudoku()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
It specifies the main executable function creating a model for a particular Sudoku. |
void |
model()
It specifies a standard way of modeling the problem. |
void |
modelBasic()
It specifies the model using mostly primitive constraints. |
static void |
test(java.lang.String[] args)
It specifies the testing function creating a model for a particular Sudoku. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Sudoku()
| Method Detail |
|---|
public void model()
Example
model in class Examplepublic void modelBasic()
public static void main(java.lang.String[] args)
args - not used.public static void test(java.lang.String[] args)
args - not used.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||