Class BrownBacktrackColoring<V,​E>

java.lang.Object
org.jgrapht.alg.color.BrownBacktrackColoring<V,​E>
Type Parameters:
V - the graph vertex type
E - the graph edge type
All Implemented Interfaces:
VertexColoringAlgorithm<V>

public class BrownBacktrackColoring<V,​E>
extends java.lang.Object
implements VertexColoringAlgorithm<V>
Brown graph coloring algorithm.
Author:
Michael Behrisch