org.jgrapht.experimental.alg
Class IntArrayGraphAlgorithm<V,E>
java.lang.Object
org.jgrapht.experimental.alg.IntArrayGraphAlgorithm<V,E>
- Direct Known Subclasses:
- BrownBacktrackColoring, GreedyColoring
public abstract class IntArrayGraphAlgorithm<V,E>
- extends Object
- Author:
- micha
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_vertices
protected final List<V> _vertices
_neighbors
protected final int[][] _neighbors
_vertexToPos
protected final Map<V,Integer> _vertexToPos
IntArrayGraphAlgorithm
public IntArrayGraphAlgorithm(Graph<V,E> g)
- Parameters:
g
-
Copyright © 2013. All rights reserved.