|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectomnics.AbstractAlgorithm
omnics.DefaultBoundAlgorithm
public class DefaultBoundAlgorithm
The default BoundAlgorithm used by a SystematicSolver instance.
| Field Summary |
|---|
| Fields inherited from class omnics.AbstractAlgorithm |
|---|
name, problem |
| Constructor Summary | |
|---|---|
DefaultBoundAlgorithm()
|
|
| Method Summary | |
|---|---|
int |
lowerBound()
Returns a lower bound for the problem. |
int |
upperBound()
Returns an upper bound for the problem. |
| Methods inherited from class omnics.AbstractAlgorithm |
|---|
getName, getProblem, setName, setProblem |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface omnics.Algorithm |
|---|
getName, getProblem, setName, setProblem |
| Constructor Detail |
|---|
public DefaultBoundAlgorithm()
| Method Detail |
|---|
public int lowerBound()
lowerBound in interface BoundAlgorithmpublic int upperBound()
upperBound in interface BoundAlgorithm
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||