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