|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectExamplesJaCoP.Example
ExamplesJaCoP.CalendarMen
public class CalendarMen
It solves a simple logic puzzle about sport calendar.
| Field Summary |
|---|
| Fields inherited from class ExamplesJaCoP.Example |
|---|
cost, search, store, vars |
| Constructor Summary | |
|---|---|
CalendarMen()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
It executes the program solving this puzzle using the best approach. |
void |
model()
It specifies a standard way of modeling the problem. |
void |
modelBasic()
It creates a model of this logic puzzle using mostly primitive constraints. |
static void |
test(java.lang.String[] args)
It executes the program solving this puzzle using two different models. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CalendarMen()
| Method Detail |
|---|
public void model()
Example
model in class Examplepublic void modelBasic()
public static void test(java.lang.String[] args)
args - no arguments read.public static void main(java.lang.String[] args)
args - no arguments read.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||