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

All Known Implementing Classes:
BrownBacktrackColoring

public interface ExactAlgorithm<ResultType,V>


Method Summary
 ResultType getResult(Map<V,Object> optionalData)
           
 

Method Detail

getResult

ResultType getResult(Map<V,Object> optionalData)


Copyright © 2013. All rights reserved.