V
- the graph vertex typeE
- the graph edge typepublic class BrownBacktrackColoring<V,E> extends IntArrayGraphAlgorithm<V,E> implements ExactAlgorithm<Integer,V>
_neighbors, _vertexToPos, _vertices
Constructor and Description |
---|
BrownBacktrackColoring(Graph<V,E> g)
Construct a new Brown backtracking algorithm.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getResult(Map<V,Object> additionalData)
Get the result.
|
Copyright © 2016. All rights reserved.