omnics
Interface BoundAlgorithm

All Superinterfaces:
Algorithm
All Known Implementing Classes:
DefaultBoundAlgorithm

public interface BoundAlgorithm
extends Algorithm

Describes an algorithm that provides lower and upper bounds for the problem beeing solved.

Author:
Cristian Frasinaru

Method Summary
 int lowerBound()
          Returns a lower bound for the problem.
 int upperBound()
          Returns an upper bound for the problem.
 
Methods inherited from interface omnics.Algorithm
getName, getProblem, setName, setProblem
 

Method Detail

lowerBound

int lowerBound()
Returns a lower bound for the problem.


upperBound

int upperBound()
Returns an upper bound for the problem.