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, searchWeightedDegree
public static void main(String[] args)
args
- prameters (none)public void model()
ExampleSet
model
in class ExampleSet
public boolean search()
ExampleSet
search
in class ExampleSet
Copyright © 2022. All rights reserved.