搜索资源列表
graph_coloring
- this algorithm uses genetic algorithm for solve graph coloring problem
Graph_coloring
- This Code solve the graph coloring problem by genetic algorithm.
Graph-Coloring(HGA)
- 基于遗传算法和禁忌搜索的启发式算法,提供C++代码,能够高效地解决图着色问题。-The code based on the combination of Genetic Algorithm and Tabu Search can be used to solve the Graph Coloring problem efficiently