|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectExamplesJaCoP.Example
ExamplesJaCoP.Steiner
public class Steiner
It models and solves Steiner problem.
| Field Summary | |
|---|---|
int |
n
It specifies the length of the problem. |
| Fields inherited from class ExamplesJaCoP.Example |
|---|
cost, search, store, vars |
| Constructor Summary | |
|---|---|
Steiner()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
It executes the program which solves this Steiner problem. |
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 |
| Field Detail |
|---|
public int n
| Constructor Detail |
|---|
public Steiner()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args - 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 | ||||||||