|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectExamplesJaCoP.Example
ExamplesJaCoP.GeostExample
public class GeostExample
It specifies an example where squares of the given size must be placed within a square of a given size.
| Field Summary |
|---|
| Fields inherited from class ExamplesJaCoP.Example |
|---|
cost, search, store |
| Constructor Summary | |
|---|---|
GeostExample()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
It specifies and runs a very simple Geost example. |
void |
model()
It specifies a standard way of modeling the problem. |
boolean |
search()
It specifies simple search method based on input order and lexigraphical ordering of values. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GeostExample()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args - no parameters read.public void model()
Example
model in class Examplepublic boolean search()
Example
search in class Example
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||