org.jgrapht.experimental.alg.color
Class BrownBacktrackColoring<V,E>
java.lang.Object
org.jgrapht.experimental.alg.IntArrayGraphAlgorithm<V,E>
org.jgrapht.experimental.alg.color.BrownBacktrackColoring<V,E>
- All Implemented Interfaces:
- ExactAlgorithm<Integer,V>
public class BrownBacktrackColoring<V,E>
- extends IntArrayGraphAlgorithm<V,E>
- implements ExactAlgorithm<Integer,V>
- Author:
- micha
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BrownBacktrackColoring
public BrownBacktrackColoring(Graph<V,E> g)
- Parameters:
g
-
getResult
public Integer getResult(Map<V,Object> additionalData)
- Specified by:
getResult
in interface ExactAlgorithm<Integer,V>
Copyright © 2013. All rights reserved.