Package org.jgrapht.experimental.alg
Class IntArrayGraphAlgorithm<V,E>
- java.lang.Object
-
- org.jgrapht.experimental.alg.IntArrayGraphAlgorithm<V,E>
-
- Type Parameters:
V- the graph vertex typeE- the graph edge type
- Direct Known Subclasses:
BrownBacktrackColoring,GreedyColoring
public abstract class IntArrayGraphAlgorithm<V,E> extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected int[][]_neighborsprotected java.util.Map<V,java.lang.Integer>_vertexToPosprotected java.util.List<V>_vertices
-
Constructor Summary
Constructors Constructor Description IntArrayGraphAlgorithm(Graph<V,E> g)Create a new instance.
-