public class Steiner extends ExampleSet
| Modifier and Type | Field and Description |
|---|---|
int |
n
It specifies the length of the problem.
|
cost, search, store, vars| Constructor and Description |
|---|
Steiner() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(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.
|
getSearch, getSearchVariables, getStore, printMatrix, searchAllAtOnce, searchAllOptimal, searchMasterSlave, searchMostConstrainedStatic, searchOptimal, searchSmallestDomain, searchWeightedDegreepublic static void main(String[] args)
args - public void model()
ExampleSetmodel in class ExampleSetpublic boolean search()
ExampleSetsearch in class ExampleSetCopyright © 2016. All rights reserved.