public interface ApproximationAlgorithm<ResultType,V>
Modifier and Type | Method and Description |
---|---|
ResultType |
getLowerBound(Map<V,Object> optionalData) |
ResultType |
getUpperBound(Map<V,Object> optionalData) |
boolean |
isExact() |
ResultType getUpperBound(Map<V,Object> optionalData)
ResultType getLowerBound(Map<V,Object> optionalData)
boolean isExact()
Copyright © 2016. All rights reserved.