public class Gardner extends ExampleSet
cost, search, store, vars| Constructor and Description |
|---|
Gardner() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
It executes the program which solves this gardner 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.