org.jgrapht.experimental.alg
Interface ApproximationAlgorithm<ResultType,V>

All Known Implementing Classes:
GreedyColoring

public interface ApproximationAlgorithm<ResultType,V>


Method Summary
 ResultType getLowerBound(Map<V,Object> optionalData)
           
 ResultType getUpperBound(Map<V,Object> optionalData)
           
 boolean isExact()
           
 

Method Detail

getUpperBound

ResultType getUpperBound(Map<V,Object> optionalData)

getLowerBound

ResultType getLowerBound(Map<V,Object> optionalData)

isExact

boolean isExact()


Copyright © 2013. All rights reserved.