Download graph-coloring-1.0.0-fixed.jar
graph/graph-coloring-1.0.0-fixed.jar.zip( 50 k)
The download jar file contains the following class files or Java source files.
GraphColorer.class META-INF/MANIFEST.MF algorithms.graphColorer.Colorer.class algorithms.graphColorer.heuristics.GreedyColorer.class algorithms.graphColorer.heuristics.GreedyStrategy.class algorithms.graphColorer.heuristics.SearchTreeColorer.class algorithms.graphColorer.reoptimizer.ColoringReoptimizer.class algorithms.graphColorer.reoptimizer.ExtendedGreedy.class algorithms.graphColorer.reoptimizer.IncConsColoringSolver.class algorithms.graphColorer.reoptimizer.IteratedGreedyColorer.class dataStructures.graph.Edge.class dataStructures.graph.ExtendedSimpleGraphAjazenzList.class dataStructures.graph.ExtendedUndirectedGraph.class dataStructures.graph.GraphColoring.class dataStructures.graph.Graphs.class dataStructures.graph.InducedSubGraph.class dataStructures.graph.VCounter.class dataStructures.utils.ArrayS.class distanceFunction.SymmetricBooleanDistanceFunction.class distanceFunction.SymmetricDiscreteDistanceFunction.class distanceFunction.random.MergeElements.class distanceFunction.random.RandomDistanceFunctions.class imp.DIMACS_GraphImporter.class io.ExtensionFilter.class