ResultType
- type of the resultV
- type of the inputpublic interface ApproximationAlgorithm<ResultType,V>
Modifier and Type | Method and Description |
---|---|
ResultType |
getLowerBound(Map<V,Object> optionalData)
Get the result.
|
ResultType |
getUpperBound(Map<V,Object> optionalData)
Get the result.
|
boolean |
isExact()
Checks if the algorithm is an exact algorithm.
|
ResultType getUpperBound(Map<V,Object> optionalData)
optionalData
- optional dataResultType getLowerBound(Map<V,Object> optionalData)
optionalData
- optional databoolean isExact()
Copyright © 2016. All rights reserved.